#[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: u32
NumberOfClusters: u32
StartingClusterNumber: i64
Trait Implementations
impl Clone for VOLUME_ALLOCATION_HINT_INPUT
impl Clone for VOLUME_ALLOCATION_HINT_INPUT
impl Copy for VOLUME_ALLOCATION_HINT_INPUT
Auto Trait Implementations
impl RefUnwindSafe for VOLUME_ALLOCATION_HINT_INPUT
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more