Struct winapi::windowscodecs::WICBitmapPlane [] [src]

pub struct WICBitmapPlane {
    pub Format: WICPixelFormatGUID,
    pub pbBuffer: *mut BYTE,
    pub cbStride: UINT,
    pub cbBufferSize: UINT,
}

Fields

Format
pbBuffer
cbStride
cbBufferSize

Trait Implementations

impl Copy for WICBitmapPlane
[src]

impl Clone for WICBitmapPlane
[src]

fn clone(&self) -> WICBitmapPlane

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 WICBitmapPlane
[src]

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

Formats the value using the given formatter.