Struct windows_sys::Win32::System::Ioctl::CLUSTER_RANGE
[−]Expand description
Required features: "Win32_System_Ioctl"
Fields
StartingCluster: i64
ClusterCount: i64
Trait Implementations
impl Clone for CLUSTER_RANGE
impl Clone for CLUSTER_RANGE
impl Copy for CLUSTER_RANGE
Auto Trait Implementations
impl RefUnwindSafe for CLUSTER_RANGE
impl Send for CLUSTER_RANGE
impl Sync for CLUSTER_RANGE
impl Unpin for CLUSTER_RANGE
impl UnwindSafe for CLUSTER_RANGE
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