#[repr(C, align(8))]pub struct _SLIST_HEADER__bindgen_ty_2 {
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 16], u64>,
}Fields§
§_bitfield_1: __BindgenBitfieldUnit<[u8; 16], u64>Implementations§
Source§impl _SLIST_HEADER__bindgen_ty_2
impl _SLIST_HEADER__bindgen_ty_2
pub fn Depth(&self) -> ULONGLONG
pub fn set_Depth(&mut self, val: ULONGLONG)
pub fn Sequence(&self) -> ULONGLONG
pub fn set_Sequence(&mut self, val: ULONGLONG)
pub fn Reserved(&self) -> ULONGLONG
pub fn set_Reserved(&mut self, val: ULONGLONG)
pub fn NextEntry(&self) -> ULONGLONG
pub fn set_NextEntry(&mut self, val: ULONGLONG)
pub fn new_bitfield_1( Depth: ULONGLONG, Sequence: ULONGLONG, Reserved: ULONGLONG, NextEntry: ULONGLONG, ) -> __BindgenBitfieldUnit<[u8; 16], u64>
Trait Implementations§
Source§impl Clone for _SLIST_HEADER__bindgen_ty_2
impl Clone for _SLIST_HEADER__bindgen_ty_2
Source§fn clone(&self) -> _SLIST_HEADER__bindgen_ty_2
fn clone(&self) -> _SLIST_HEADER__bindgen_ty_2
Returns a duplicate 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 Debug for _SLIST_HEADER__bindgen_ty_2
impl Debug for _SLIST_HEADER__bindgen_ty_2
impl Copy for _SLIST_HEADER__bindgen_ty_2
Auto Trait Implementations§
impl Freeze for _SLIST_HEADER__bindgen_ty_2
impl RefUnwindSafe for _SLIST_HEADER__bindgen_ty_2
impl Send for _SLIST_HEADER__bindgen_ty_2
impl Sync for _SLIST_HEADER__bindgen_ty_2
impl Unpin for _SLIST_HEADER__bindgen_ty_2
impl UnwindSafe for _SLIST_HEADER__bindgen_ty_2
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more