Struct win_sys::FileSystem::VOLUME_ALLOCATION_HINT_INPUT [−][src]
#[repr(C)]pub struct VOLUME_ALLOCATION_HINT_INPUT {
pub ClusterSize: u32,
pub NumberOfClusters: u32,
pub StartingClusterNumber: i64,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
ClusterSize: u32NumberOfClusters: u32StartingClusterNumber: i64Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for VOLUME_ALLOCATION_HINT_INPUT
impl Sync for VOLUME_ALLOCATION_HINT_INPUT
impl Unpin for VOLUME_ALLOCATION_HINT_INPUT
impl UnwindSafe for VOLUME_ALLOCATION_HINT_INPUT
Blanket Implementations
Mutably borrows from an owned value. Read more