Struct windows_native::ntexapi::MEMORY_SCRUB_INFORMATION
source ยท #[repr(C)]pub struct MEMORY_SCRUB_INFORMATION {
pub Handle: HANDLE,
pub PagesScrubbed: u32,
}Fieldsยง
ยงHandle: HANDLEยงPagesScrubbed: u32Trait Implementationsยง
sourceยงimpl Debug for MEMORY_SCRUB_INFORMATION
impl Debug for MEMORY_SCRUB_INFORMATION
Auto Trait Implementationsยง
impl RefUnwindSafe for MEMORY_SCRUB_INFORMATION
impl Send for MEMORY_SCRUB_INFORMATION
impl Sync for MEMORY_SCRUB_INFORMATION
impl Unpin for MEMORY_SCRUB_INFORMATION
impl UnwindSafe for MEMORY_SCRUB_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