Struct win_sys::FileSystem::VOLUME_SHRINK_INFO [−][src]
#[repr(C)]pub struct VOLUME_SHRINK_INFO {
pub VolumeSize: u64,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
VolumeSize: u64Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for VOLUME_SHRINK_INFO
impl Send for VOLUME_SHRINK_INFO
impl Sync for VOLUME_SHRINK_INFO
impl Unpin for VOLUME_SHRINK_INFO
impl UnwindSafe for VOLUME_SHRINK_INFO
Blanket Implementations
Mutably borrows from an owned value. Read more