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