Struct winapi::windowscodecs::WICBitmapPlaneDescription
[−]
[src]
pub struct WICBitmapPlaneDescription {
pub Format: WICPixelFormatGUID,
pub Width: UINT,
pub Height: UINT,
}Fields
Format | |
Width | |
Height |
Trait Implementations
impl Copy for WICBitmapPlaneDescription[src]
impl Clone for WICBitmapPlaneDescription[src]
fn clone(&self) -> WICBitmapPlaneDescription
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