#[repr(C)]pub struct VOLUME_DISK_EXTENTS {
pub NumberOfDiskExtents: DWORD,
pub Extents: [DISK_EXTENT; 1],
}
Fields
NumberOfDiskExtents: DWORD
Extents: [DISK_EXTENT; 1]
Trait Implementations
sourceimpl Clone for VOLUME_DISK_EXTENTS
impl Clone for VOLUME_DISK_EXTENTS
sourcefn clone(&self) -> VOLUME_DISK_EXTENTS
fn clone(&self) -> VOLUME_DISK_EXTENTS
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
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