#[repr(C)]pub struct UNWIND_CODE {
pub CodeOffset: u8,
pub UnwindOpInfo: u8,
}Fields§
§CodeOffset: u8§UnwindOpInfo: u8Trait Implementations§
Source§impl Clone for UNWIND_CODE
impl Clone for UNWIND_CODE
Source§fn clone(&self) -> UNWIND_CODE
fn clone(&self) -> UNWIND_CODE
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UNWIND_CODE
impl Debug for UNWIND_CODE
impl Copy for UNWIND_CODE
impl Pod for UNWIND_CODE
Auto Trait Implementations§
impl Freeze for UNWIND_CODE
impl RefUnwindSafe for UNWIND_CODE
impl Send for UNWIND_CODE
impl Sync for UNWIND_CODE
impl Unpin for UNWIND_CODE
impl UnwindSafe for UNWIND_CODE
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> PodMethods for T
impl<T> PodMethods for T
Source§fn as_bytes_mut(&mut self) -> &mut [u8] ⓘ
fn as_bytes_mut(&mut self) -> &mut [u8] ⓘ
Returns the object’s memory as a mutable byte slice.
Source§fn as_data_view(&self) -> &DataView
fn as_data_view(&self) -> &DataView
Returns a data view into the object’s memory.
Source§fn as_data_view_mut(&mut self) -> &mut DataView
fn as_data_view_mut(&mut self) -> &mut DataView
Returns a mutable data view into the object’s memory.