Struct windows_native::ntexapi::SYSTEM_POOLTAG_1
source ยท #[repr(C)]pub struct SYSTEM_POOLTAG_1 {
pub Tag: UnionField<[u8; 4]>,
pub TagUlong: UnionField<u32>,
pub union_field: u32,
}Fieldsยง
ยงTag: UnionField<[u8; 4]>ยงTagUlong: UnionField<u32>ยงunion_field: u32Trait Implementationsยง
sourceยงimpl Debug for SYSTEM_POOLTAG_1
impl Debug for SYSTEM_POOLTAG_1
Auto Trait Implementationsยง
impl RefUnwindSafe for SYSTEM_POOLTAG_1
impl Send for SYSTEM_POOLTAG_1
impl Sync for SYSTEM_POOLTAG_1
impl Unpin for SYSTEM_POOLTAG_1
impl UnwindSafe for SYSTEM_POOLTAG_1
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