Struct winapi::winnt::SLIST_HEADER
[−]
[src]
pub struct SLIST_HEADER {
pub Alignment: ULONGLONG,
pub Region: ULONGLONG,
}Fields
Alignment | |
Region |
Methods
impl SLIST_HEADER[src]
unsafe fn HeaderX64(&self) -> &SLIST_HEADER_HeaderX64
unsafe fn HeaderX64_mut(&mut self) -> &mut SLIST_HEADER_HeaderX64
Trait Implementations
impl Copy for SLIST_HEADER[src]
impl Clone for SLIST_HEADER[src]
fn clone(&self) -> SLIST_HEADER
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