Struct winapi::winioctl::VOLUME_BITMAP_BUFFER [] [src]

pub struct VOLUME_BITMAP_BUFFER {
    pub StartingLcn: LARGE_INTEGER,
    pub BitmapSize: LARGE_INTEGER,
    pub Buffer: [BYTE; 1],
}

Fields

StartingLcn: LARGE_INTEGER BitmapSize: LARGE_INTEGER Buffer: [BYTE; 1]

Trait Implementations

impl Debug for VOLUME_BITMAP_BUFFER
[src]

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

Formats the value using the given formatter.

impl Copy for VOLUME_BITMAP_BUFFER
[src]

impl Clone for VOLUME_BITMAP_BUFFER
[src]

fn clone(&self) -> VOLUME_BITMAP_BUFFER

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