Struct windows_sys::Win32::Graphics::Imaging::WICBitmapPlane
[−]#[repr(C)]pub struct WICBitmapPlane {
pub Format: GUID,
pub pbBuffer: *mut u8,
pub cbStride: u32,
pub cbBufferSize: u32,
}Expand description
Required features: ‘Win32_Graphics_Imaging’
Fields
Format: GUIDpbBuffer: *mut u8cbStride: u32cbBufferSize: u32Trait Implementations
impl Clone for WICBitmapPlane
impl Clone for WICBitmapPlane
impl Copy for WICBitmapPlane
Auto Trait Implementations
impl RefUnwindSafe for WICBitmapPlane
impl !Send for WICBitmapPlane
impl !Sync for WICBitmapPlane
impl Unpin for WICBitmapPlane
impl UnwindSafe for WICBitmapPlane
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more