Struct winapi::um::winnt::SLIST_HEADER_s
source · #[repr(C)]pub struct SLIST_HEADER_s {
pub Alignment: ULONGLONG,
pub Region: ULONGLONG,
}
Fields§
§Alignment: ULONGLONG
§Region: ULONGLONG
Trait Implementations§
source§impl Clone for SLIST_HEADER_s
impl Clone for SLIST_HEADER_s
source§fn clone(&self) -> SLIST_HEADER_s
fn clone(&self) -> SLIST_HEADER_s
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 moresource§impl Default for SLIST_HEADER_s
impl Default for SLIST_HEADER_s
source§fn default() -> SLIST_HEADER_s
fn default() -> SLIST_HEADER_s
Returns the “default value” for a type. Read more