Struct windows_native::ntexapi::SYSTEM_POOL_ENTRY
source ยท #[repr(C)]pub struct SYSTEM_POOL_ENTRY {
pub Allocated: BOOLEAN,
pub Spare0: BOOLEAN,
pub AllocatorBackTraceIndex: u16,
pub Size: u32,
pub Anonymous1: SYSTEM_POOL_ENTRY_1,
}Fieldsยง
ยงAllocated: BOOLEANยงSpare0: BOOLEANยงAllocatorBackTraceIndex: u16ยงSize: u32ยงAnonymous1: SYSTEM_POOL_ENTRY_1Trait Implementationsยง
sourceยงimpl Debug for SYSTEM_POOL_ENTRY
impl Debug for SYSTEM_POOL_ENTRY
Auto Trait Implementationsยง
impl RefUnwindSafe for SYSTEM_POOL_ENTRY
impl !Send for SYSTEM_POOL_ENTRY
impl !Sync for SYSTEM_POOL_ENTRY
impl Unpin for SYSTEM_POOL_ENTRY
impl UnwindSafe for SYSTEM_POOL_ENTRY
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