Struct winapi::winioctl::VOLUME_DISK_EXTENTS [] [src]

pub struct VOLUME_DISK_EXTENTS {
    pub NumberOfDiskExtents: DWORD,
    pub Extents: [DISK_EXTENT; 1],
}

Fields

NumberOfDiskExtents: DWORD Extents: [DISK_EXTENT; 1]

Trait Implementations

impl Debug for VOLUME_DISK_EXTENTS
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for VOLUME_DISK_EXTENTS
[src]

impl Clone for VOLUME_DISK_EXTENTS
[src]

fn clone(&self) -> VOLUME_DISK_EXTENTS

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