Struct windows_native::ntexapi::SYSTEM_BIGPOOL_ENTRY
source ยท #[repr(C)]pub struct SYSTEM_BIGPOOL_ENTRY {
pub Anonymous1: SYSTEM_BIGPOOL_ENTRY_1,
pub SizeInBytes: usize,
pub Anonymous2: SYSTEM_BIGPOOL_ENTRY_2,
}Fieldsยง
ยงAnonymous1: SYSTEM_BIGPOOL_ENTRY_1ยงSizeInBytes: usizeยงAnonymous2: SYSTEM_BIGPOOL_ENTRY_2Trait Implementationsยง
sourceยงimpl Debug for SYSTEM_BIGPOOL_ENTRY
impl Debug for SYSTEM_BIGPOOL_ENTRY
Auto Trait Implementationsยง
impl RefUnwindSafe for SYSTEM_BIGPOOL_ENTRY
impl !Send for SYSTEM_BIGPOOL_ENTRY
impl !Sync for SYSTEM_BIGPOOL_ENTRY
impl Unpin for SYSTEM_BIGPOOL_ENTRY
impl UnwindSafe for SYSTEM_BIGPOOL_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