#[repr(C)]pub struct _DISK_EXTENT {
pub DiskNumber: DWORD,
pub StartingOffset: LARGE_INTEGER,
pub ExtentLength: LARGE_INTEGER,
}
Fields§
§DiskNumber: DWORD
§StartingOffset: LARGE_INTEGER
§ExtentLength: LARGE_INTEGER
Trait Implementations§
Source§impl Clone for _DISK_EXTENT
impl Clone for _DISK_EXTENT
Source§fn clone(&self) -> _DISK_EXTENT
fn clone(&self) -> _DISK_EXTENT
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 _DISK_EXTENT
Auto Trait Implementations§
impl Freeze for _DISK_EXTENT
impl RefUnwindSafe for _DISK_EXTENT
impl Send for _DISK_EXTENT
impl Sync for _DISK_EXTENT
impl Unpin for _DISK_EXTENT
impl UnwindSafe for _DISK_EXTENT
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