Struct windows_native::ntexapi::SMC_CACHE_STATS
source ยท #[repr(C)]pub struct SMC_CACHE_STATS {
pub TotalFileSize: usize,
pub StoreCount: u32,
pub RegionCount: u32,
pub RegionSizeBytes: u32,
pub StoreIds: [u32; 16],
pub PhysicalStoreBitmap: u32,
pub Priority: u32,
pub TemplateFilePath: [u16; 512],
/* private fields */
}Fieldsยง
ยงTotalFileSize: usizeยงStoreCount: u32ยงRegionCount: u32ยงRegionSizeBytes: u32ยงStoreIds: [u32; 16]ยงPhysicalStoreBitmap: u32ยงPriority: u32ยงTemplateFilePath: [u16; 512]Implementationsยง
sourceยงimpl SMC_CACHE_STATS
impl SMC_CACHE_STATS
pub fn FileCount(&self) -> u32
pub fn set_FileCount(&mut self, val: u32)
pub fn PerformsFileIo(&self) -> u32
pub fn set_PerformsFileIo(&mut self, val: u32)
pub fn Spare(&self) -> u32
pub fn set_Spare(&mut self, val: u32)
pub fn new_bitfield_1( FileCount: u32, PerformsFileIo: u32, Spare: u32 ) -> BitfieldUnit<[u8; 4]>
Trait Implementationsยง
sourceยงimpl Debug for SMC_CACHE_STATS
impl Debug for SMC_CACHE_STATS
Auto Trait Implementationsยง
impl RefUnwindSafe for SMC_CACHE_STATS
impl Send for SMC_CACHE_STATS
impl Sync for SMC_CACHE_STATS
impl Unpin for SMC_CACHE_STATS
impl UnwindSafe for SMC_CACHE_STATS
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