Struct windows_native::ntexapi::ST_STATS_SPACE_BITMAP
source ยท #[repr(C)]pub struct ST_STATS_SPACE_BITMAP {
pub CompressedBytes: usize,
pub BytesPerBit: u32,
pub StoreBitmap: [u8; 1],
}Fieldsยง
ยงCompressedBytes: usizeยงBytesPerBit: u32ยงStoreBitmap: [u8; 1]Trait Implementationsยง
sourceยงimpl Debug for ST_STATS_SPACE_BITMAP
impl Debug for ST_STATS_SPACE_BITMAP
Auto Trait Implementationsยง
impl RefUnwindSafe for ST_STATS_SPACE_BITMAP
impl Send for ST_STATS_SPACE_BITMAP
impl Sync for ST_STATS_SPACE_BITMAP
impl Unpin for ST_STATS_SPACE_BITMAP
impl UnwindSafe for ST_STATS_SPACE_BITMAP
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