Struct COR_IL_MAP
#[repr(C)]pub struct COR_IL_MAP {
pub oldOffset: u32,
pub newOffset: u32,
pub fAccurate: BOOL,
}
Fields§
§oldOffset: u32
§newOffset: u32
§fAccurate: BOOL
Trait Implementations§
§impl Clone for COR_IL_MAP
impl Clone for COR_IL_MAP
§fn clone(&self) -> COR_IL_MAP
fn clone(&self) -> COR_IL_MAP
Returns a copy 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 more§impl Debug for COR_IL_MAP
impl Debug for COR_IL_MAP
§impl PartialEq for COR_IL_MAP
impl PartialEq for COR_IL_MAP
impl Copy for COR_IL_MAP
impl StructuralPartialEq for COR_IL_MAP
Auto Trait Implementations§
impl Freeze for COR_IL_MAP
impl RefUnwindSafe for COR_IL_MAP
impl Send for COR_IL_MAP
impl Sync for COR_IL_MAP
impl Unpin for COR_IL_MAP
impl UnwindSafe for COR_IL_MAP
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