#[repr(C)]pub struct SYSTEM_POOL_ZEROING_INFORMATION {
pub PoolZeroingSupportPresent: BOOLEAN,
}
Expand description
Required features: "Win32_System_SystemInformation"
, "Win32_Foundation"
Fields
PoolZeroingSupportPresent: BOOLEAN
Trait Implementations
impl Clone for SYSTEM_POOL_ZEROING_INFORMATION
impl Clone for SYSTEM_POOL_ZEROING_INFORMATION
impl Copy for SYSTEM_POOL_ZEROING_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for SYSTEM_POOL_ZEROING_INFORMATION
impl Send for SYSTEM_POOL_ZEROING_INFORMATION
impl Sync for SYSTEM_POOL_ZEROING_INFORMATION
impl Unpin for SYSTEM_POOL_ZEROING_INFORMATION
impl UnwindSafe for SYSTEM_POOL_ZEROING_INFORMATION
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