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

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

Fields

NumberOfDiskExtents
Extents

Trait Implementations

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

Derived Implementations

impl Debug for VOLUME_DISK_EXTENTS
[src]

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

Formats the value using the given formatter.