Struct winapi::winnt::SLIST_HEADER_HeaderX64
[−]
[src]
pub struct SLIST_HEADER_HeaderX64 { pub BitFields1: ULONGLONG, pub BitFields2: ULONGLONG, }
Fields
BitFields1 | |
BitFields2 |
Methods
impl SLIST_HEADER_HeaderX64
[src]
fn Depth(&self) -> ULONGLONG
fn set_Depth(&mut self, val: ULONGLONG)
fn Sequence(&self) -> ULONGLONG
fn set_Sequence(&mut self, val: ULONGLONG)
impl SLIST_HEADER_HeaderX64
[src]
fn Reserved(&self) -> ULONGLONG
fn set_Reserved(&mut self, val: ULONGLONG)
fn NextEntry(&self) -> ULONGLONG
fn set_NextEntry(&mut self, val: ULONGLONG)
Trait Implementations
impl Copy for SLIST_HEADER_HeaderX64
[src]
impl Clone for SLIST_HEADER_HeaderX64
[src]
fn clone(&self) -> SLIST_HEADER_HeaderX64
[−]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[−]
Performs copy-assignment from source
. Read more