#[repr(C)]pub struct WOW64_LDT_ENTRY_HighWord(_);
Implementations
sourceimpl WOW64_LDT_ENTRY_HighWord
impl WOW64_LDT_ENTRY_HighWord
pub unsafe fn Bytes(&self) -> &WOW64_LDT_ENTRY_Bytes
pub unsafe fn Bytes_mut(&mut self) -> &mut WOW64_LDT_ENTRY_Bytes
pub unsafe fn Bits(&self) -> &WOW64_LDT_ENTRY_Bits
pub unsafe fn Bits_mut(&mut self) -> &mut WOW64_LDT_ENTRY_Bits
Trait Implementations
sourceimpl Clone for WOW64_LDT_ENTRY_HighWord
impl Clone for WOW64_LDT_ENTRY_HighWord
sourcefn clone(&self) -> WOW64_LDT_ENTRY_HighWord
fn clone(&self) -> WOW64_LDT_ENTRY_HighWord
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for WOW64_LDT_ENTRY_HighWord
Auto Trait Implementations
impl RefUnwindSafe for WOW64_LDT_ENTRY_HighWord
impl Send for WOW64_LDT_ENTRY_HighWord
impl Sync for WOW64_LDT_ENTRY_HighWord
impl Unpin for WOW64_LDT_ENTRY_HighWord
impl UnwindSafe for WOW64_LDT_ENTRY_HighWord
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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