Struct windows_sys::Win32::System::Ioctl::CLUSTER_RANGE
#[repr(C)]pub struct CLUSTER_RANGE {
pub StartingCluster: i64,
pub ClusterCount: i64,
}
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§
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