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