#[repr(C)]pub struct WICBitmapPlane {
pub Format: WICPixelFormatGUID,
pub pbBuffer: *mut BYTE,
pub cbStride: UINT,
pub cbBufferSize: UINT,
}
Fields§
§Format: WICPixelFormatGUID
§pbBuffer: *mut BYTE
§cbStride: UINT
§cbBufferSize: UINT
Trait Implementations§
Source§impl Clone for WICBitmapPlane
impl Clone for WICBitmapPlane
Source§fn clone(&self) -> WICBitmapPlane
fn clone(&self) -> WICBitmapPlane
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 WICBitmapPlane
impl Default for WICBitmapPlane
Source§fn default() -> WICBitmapPlane
fn default() -> WICBitmapPlane
Returns the “default value” for a type. Read more
impl Copy for WICBitmapPlane
Auto Trait Implementations§
impl Freeze for WICBitmapPlane
impl RefUnwindSafe for WICBitmapPlane
impl !Send for WICBitmapPlane
impl !Sync for WICBitmapPlane
impl Unpin for WICBitmapPlane
impl UnwindSafe for WICBitmapPlane
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