#[repr(C)]pub struct SLIST_HEADER_HeaderX64 {
    pub BitFields1: ULONGLONG,
    pub BitFields2: ULONGLONG,
}Fields§
§BitFields1: ULONGLONG§BitFields2: ULONGLONGImplementations§
Trait Implementations§
Source§impl Clone for SLIST_HEADER_HeaderX64
 
impl Clone for SLIST_HEADER_HeaderX64
Source§fn clone(&self) -> SLIST_HEADER_HeaderX64
 
fn clone(&self) -> SLIST_HEADER_HeaderX64
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 moreimpl Copy for SLIST_HEADER_HeaderX64
Auto Trait Implementations§
impl Freeze for SLIST_HEADER_HeaderX64
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§
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