#[repr(C)]pub struct VOLUME_ALLOCATION_HINT_INPUT {
pub ClusterSize: u32,
pub NumberOfClusters: u32,
pub StartingClusterNumber: i64,
}
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§
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