Struct pelite::image::UNWIND_INFO
source · [−]#[repr(C)]pub struct UNWIND_INFO {
pub VersionFlags: u8,
pub SizeOfProlog: u8,
pub CountOfCodes: u8,
pub FrameRegisterOffset: u8,
pub UnwindCode: [UNWIND_CODE; 0],
}
Fields
VersionFlags: u8
SizeOfProlog: u8
CountOfCodes: u8
FrameRegisterOffset: u8
UnwindCode: [UNWIND_CODE; 0]
Trait Implementations
sourceimpl Clone for UNWIND_INFO
impl Clone for UNWIND_INFO
sourcefn clone(&self) -> UNWIND_INFO
fn clone(&self) -> UNWIND_INFO
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UNWIND_INFO
impl Debug for UNWIND_INFO
sourceimpl Pod for UNWIND_INFO
impl Pod for UNWIND_INFO
sourcefn as_bytes(&self) -> &[u8]ⓘNotable traits for &mut [u8]impl Write for &mut [u8]impl Read for &[u8]
fn as_bytes(&self) -> &[u8]ⓘNotable traits for &mut [u8]impl Write for &mut [u8]impl Read for &[u8]
Returns the object’s memory as a byte slice.
sourcefn as_bytes_mut(&mut self) -> &mut [u8]ⓘNotable traits for &mut [u8]impl Write for &mut [u8]impl Read for &[u8]
fn as_bytes_mut(&mut self) -> &mut [u8]ⓘNotable traits for &mut [u8]impl Write for &mut [u8]impl Read for &[u8]
Returns the object’s memory as a mutable byte slice.
sourcefn as_data_view(&self) -> &DataView
fn as_data_view(&self) -> &DataView
Returns a data view into the object’s memory.
sourcefn 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.
sourcefn transmute_ref<T>(&self) -> &Twhere
T: Pod,
fn transmute_ref<T>(&self) -> &Twhere
T: Pod,
Safely transmutes references to another type. Read more
sourcefn transmute_mut<T>(&mut self) -> &mut Twhere
T: Pod,
fn transmute_mut<T>(&mut self) -> &mut Twhere
T: Pod,
Safely transmutes references to another type. Read more
impl Copy for UNWIND_INFO
Auto Trait Implementations
impl RefUnwindSafe for UNWIND_INFO
impl Send for UNWIND_INFO
impl Sync for UNWIND_INFO
impl Unpin for UNWIND_INFO
impl UnwindSafe for UNWIND_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more