Struct windows_sys::Wdk::Storage::FileSystem::CC_FILE_SIZES
#[repr(C)]pub struct CC_FILE_SIZES {
pub AllocationSize: i64,
pub FileSize: i64,
pub ValidDataLength: i64,
}Fields§
§AllocationSize: i64§FileSize: i64§ValidDataLength: i64Trait Implementations§
§impl Clone for CC_FILE_SIZES
impl Clone for CC_FILE_SIZES
impl Copy for CC_FILE_SIZES
Auto Trait Implementations§
impl RefUnwindSafe for CC_FILE_SIZES
impl Send for CC_FILE_SIZES
impl Sync for CC_FILE_SIZES
impl Unpin for CC_FILE_SIZES
impl UnwindSafe for CC_FILE_SIZES
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