Struct winapi::winnt::SLIST_HEADER [] [src]

pub struct SLIST_HEADER {
    pub Alignment: ULONGLONG,
    pub Region: ULONGLONG,
}

Fields

Alignment: ULONGLONG Region: ULONGLONG

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 Debug for SLIST_HEADER
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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