Struct ntapi::ntexapi::SYSTEM_POOL_ENTRY
source · [−]#[repr(C)]pub struct SYSTEM_POOL_ENTRY {
pub Allocated: BOOLEAN,
pub Spare0: BOOLEAN,
pub AllocatorBackTraceIndex: USHORT,
pub Size: ULONG,
pub u: SYSTEM_POOL_ENTRY_u,
}
Fields
Allocated: BOOLEAN
Spare0: BOOLEAN
AllocatorBackTraceIndex: USHORT
Size: ULONG
u: SYSTEM_POOL_ENTRY_u
Trait Implementations
sourceimpl Clone for SYSTEM_POOL_ENTRY
impl Clone for SYSTEM_POOL_ENTRY
sourcefn clone(&self) -> SYSTEM_POOL_ENTRY
fn clone(&self) -> SYSTEM_POOL_ENTRY
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more