#[repr(C)]pub struct SCOPE_RECORD {
pub BeginAddress: u32,
pub EndAddress: u32,
pub HandlerAddress: u32,
pub JumpTarget: u32,
}Fields§
§BeginAddress: u32§EndAddress: u32§HandlerAddress: u32§JumpTarget: u32Trait Implementations§
Source§impl Clone for SCOPE_RECORD
impl Clone for SCOPE_RECORD
Source§fn clone(&self) -> SCOPE_RECORD
fn clone(&self) -> SCOPE_RECORD
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 SCOPE_RECORD
impl Debug for SCOPE_RECORD
impl Copy for SCOPE_RECORD
impl Pod for SCOPE_RECORD
Auto Trait Implementations§
impl Freeze for SCOPE_RECORD
impl RefUnwindSafe for SCOPE_RECORD
impl Send for SCOPE_RECORD
impl Sync for SCOPE_RECORD
impl Unpin for SCOPE_RECORD
impl UnwindSafe for SCOPE_RECORD
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.