Struct windows_sys::Graphics::Imaging::BitmapPixelFormat
[−]#[repr(transparent)]pub struct BitmapPixelFormat(pub i32);
Expand description
Required features: "Graphics_Imaging"
Tuple Fields
0: i32
Implementations
impl BitmapPixelFormat
impl BitmapPixelFormat
pub const Unknown: Self = Self(0i32)
pub const Rgba16: Self = Self(12i32)
pub const Rgba8: Self = Self(30i32)
pub const Gray16: Self = Self(57i32)
pub const Gray8: Self = Self(62i32)
pub const Bgra8: Self = Self(87i32)
pub const Nv12: Self = Self(103i32)
pub const P010: Self = Self(104i32)
pub const Yuy2: Self = Self(107i32)
Trait Implementations
impl Clone for BitmapPixelFormat
impl Clone for BitmapPixelFormat
impl Copy for BitmapPixelFormat
Auto Trait Implementations
impl RefUnwindSafe for BitmapPixelFormat
impl Send for BitmapPixelFormat
impl Sync for BitmapPixelFormat
impl Unpin for BitmapPixelFormat
impl UnwindSafe for BitmapPixelFormat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more