#[repr(C)]pub struct SYSTEM_POOL_ZEROING_INFORMATION {
pub PoolZeroingSupportPresent: BOOLEAN,
}
Expand description
Required features: "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§
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