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