Struct winapi::um::winnt::SLIST_HEADER
source · #[repr(C)]pub struct SLIST_HEADER(_);Implementations§
source§impl SLIST_HEADER
impl SLIST_HEADER
pub unsafe fn s(&self) -> &SLIST_HEADER_s
pub unsafe fn s_mut(&mut self) -> &mut SLIST_HEADER_s
pub unsafe fn HeaderX64(&self) -> &SLIST_HEADER_HeaderX64
pub unsafe fn HeaderX64_mut(&mut self) -> &mut SLIST_HEADER_HeaderX64
Trait Implementations§
source§impl Clone for SLIST_HEADER
impl Clone for SLIST_HEADER
source§fn clone(&self) -> SLIST_HEADER
fn clone(&self) -> SLIST_HEADER
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 more