#[repr(C)]pub struct SLIST_HEADER_HeaderX64 {
    pub BitFields1: ULONGLONG,
    pub BitFields2: ULONGLONG,
}Fields
BitFields1: ULONGLONGBitFields2: ULONGLONGImplementations
Trait Implementations
sourceimpl Clone for SLIST_HEADER_HeaderX64
 
impl Clone for SLIST_HEADER_HeaderX64
sourcefn clone(&self) -> SLIST_HEADER_HeaderX64
 
fn clone(&self) -> SLIST_HEADER_HeaderX64
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 SLIST_HEADER_HeaderX64
Auto Trait Implementations
impl RefUnwindSafe for SLIST_HEADER_HeaderX64
impl Send for SLIST_HEADER_HeaderX64
impl Sync for SLIST_HEADER_HeaderX64
impl Unpin for SLIST_HEADER_HeaderX64
impl UnwindSafe for SLIST_HEADER_HeaderX64
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