#[repr(C)]pub struct WICBitmapPlaneDescription {
pub Format: WICPixelFormatGUID,
pub Width: UINT,
pub Height: UINT,
}
Fields§
§Format: WICPixelFormatGUID
§Width: UINT
§Height: UINT
Trait Implementations§
Source§impl Clone for WICBitmapPlaneDescription
impl Clone for WICBitmapPlaneDescription
Source§fn clone(&self) -> WICBitmapPlaneDescription
fn clone(&self) -> WICBitmapPlaneDescription
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for WICBitmapPlaneDescription
impl Default for WICBitmapPlaneDescription
Source§fn default() -> WICBitmapPlaneDescription
fn default() -> WICBitmapPlaneDescription
Returns the “default value” for a type. Read more
impl Copy for WICBitmapPlaneDescription
Auto Trait Implementations§
impl Freeze for WICBitmapPlaneDescription
impl RefUnwindSafe for WICBitmapPlaneDescription
impl Send for WICBitmapPlaneDescription
impl Sync for WICBitmapPlaneDescription
impl Unpin for WICBitmapPlaneDescription
impl UnwindSafe for WICBitmapPlaneDescription
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more