Struct windows_native::ntexapi::SYSTEM_FLUSH_INFORMATION
source ยท #[repr(C)]pub struct SYSTEM_FLUSH_INFORMATION {
pub SupportedFlushMethods: u32,
pub ProcessorCacheFlushSize: u32,
pub SystemFlushCapabilities: u64,
pub Reserved: [u64; 2],
}Fieldsยง
ยงSupportedFlushMethods: u32ยงProcessorCacheFlushSize: u32ยงSystemFlushCapabilities: u64ยงReserved: [u64; 2]Trait Implementationsยง
sourceยงimpl Debug for SYSTEM_FLUSH_INFORMATION
impl Debug for SYSTEM_FLUSH_INFORMATION
Auto Trait Implementationsยง
impl RefUnwindSafe for SYSTEM_FLUSH_INFORMATION
impl Send for SYSTEM_FLUSH_INFORMATION
impl Sync for SYSTEM_FLUSH_INFORMATION
impl Unpin for SYSTEM_FLUSH_INFORMATION
impl UnwindSafe for SYSTEM_FLUSH_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