Struct windows_sys::Win32::System::Ioctl::VOLUME_DISK_EXTENTS
[−]#[repr(C)]pub struct VOLUME_DISK_EXTENTS {
pub NumberOfDiskExtents: u32,
pub Extents: [DISK_EXTENT; 1],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
NumberOfDiskExtents: u32
Extents: [DISK_EXTENT; 1]
Trait Implementations
impl Clone for VOLUME_DISK_EXTENTS
impl Clone for VOLUME_DISK_EXTENTS
impl Copy for VOLUME_DISK_EXTENTS
Auto Trait Implementations
impl RefUnwindSafe for VOLUME_DISK_EXTENTS
impl Send for VOLUME_DISK_EXTENTS
impl Sync for VOLUME_DISK_EXTENTS
impl Unpin for VOLUME_DISK_EXTENTS
impl UnwindSafe for VOLUME_DISK_EXTENTS
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