Struct winapi::winioctl::DISK_EXTENT
[−]
[src]
pub struct DISK_EXTENT { pub DiskNumber: DWORD, pub StartingOffset: LARGE_INTEGER, pub ExtentLength: LARGE_INTEGER, }
Fields
DiskNumber | |
StartingOffset | |
ExtentLength |
Trait Implementations
impl Copy for DISK_EXTENT
[src]
impl Clone for DISK_EXTENT
[src]
fn clone(&self) -> DISK_EXTENT
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more