#[repr(C)]pub struct _SLIST_HEADER__bindgen_ty_2 {
pub _bitfield_align_1: [u64; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 16]>,
}
Fields§
§_bitfield_align_1: [u64; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 16]>
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 unsafe fn Depth_raw(this: *const Self) -> ULONGLONG
pub unsafe fn set_Depth_raw(this: *mut Self, val: ULONGLONG)
pub fn Sequence(&self) -> ULONGLONG
pub fn set_Sequence(&mut self, val: ULONGLONG)
pub unsafe fn Sequence_raw(this: *const Self) -> ULONGLONG
pub unsafe fn set_Sequence_raw(this: *mut Self, val: ULONGLONG)
pub fn Reserved(&self) -> ULONGLONG
pub fn set_Reserved(&mut self, val: ULONGLONG)
pub unsafe fn Reserved_raw(this: *const Self) -> ULONGLONG
pub unsafe fn set_Reserved_raw(this: *mut Self, val: ULONGLONG)
pub fn NextEntry(&self) -> ULONGLONG
pub fn set_NextEntry(&mut self, val: ULONGLONG)
pub unsafe fn NextEntry_raw(this: *const Self) -> ULONGLONG
pub unsafe fn set_NextEntry_raw(this: *mut Self, val: ULONGLONG)
pub fn new_bitfield_1( Depth: ULONGLONG, Sequence: ULONGLONG, Reserved: ULONGLONG, NextEntry: ULONGLONG, ) -> __BindgenBitfieldUnit<[u8; 16]>
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 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 Debug for _SLIST_HEADER__bindgen_ty_2
impl Debug for _SLIST_HEADER__bindgen_ty_2
Source§impl Ord for _SLIST_HEADER__bindgen_ty_2
impl Ord for _SLIST_HEADER__bindgen_ty_2
Source§fn cmp(&self, other: &_SLIST_HEADER__bindgen_ty_2) -> Ordering
fn cmp(&self, other: &_SLIST_HEADER__bindgen_ty_2) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for _SLIST_HEADER__bindgen_ty_2
impl PartialOrd for _SLIST_HEADER__bindgen_ty_2
impl Copy for _SLIST_HEADER__bindgen_ty_2
impl Eq for _SLIST_HEADER__bindgen_ty_2
impl StructuralPartialEq 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