Struct windows_native::ntexapi::SYSTEM_POOLTAG
source ยท #[repr(C)]pub struct SYSTEM_POOLTAG {
pub Anonymous1: SYSTEM_POOLTAG_1,
pub PagedAllocs: u32,
pub PagedFrees: u32,
pub PagedUsed: usize,
pub NonPagedAllocs: u32,
pub NonPagedFrees: u32,
pub NonPagedUsed: usize,
}Fieldsยง
ยงAnonymous1: SYSTEM_POOLTAG_1ยงPagedAllocs: u32ยงPagedFrees: u32ยงPagedUsed: usizeยงNonPagedAllocs: u32ยงNonPagedFrees: u32ยงNonPagedUsed: usizeTrait Implementationsยง
sourceยงimpl Debug for SYSTEM_POOLTAG
impl Debug for SYSTEM_POOLTAG
Auto Trait Implementationsยง
impl RefUnwindSafe for SYSTEM_POOLTAG
impl Send for SYSTEM_POOLTAG
impl Sync for SYSTEM_POOLTAG
impl Unpin for SYSTEM_POOLTAG
impl UnwindSafe for SYSTEM_POOLTAG
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