Struct windows_sys::Graphics::Imaging::BitmapAlphaMode
[−]#[repr(transparent)]pub struct BitmapAlphaMode(pub i32);
Expand description
Required features: "Graphics_Imaging"
Tuple Fields
0: i32
Implementations
impl BitmapAlphaMode
impl BitmapAlphaMode
pub const Premultiplied: Self = Self(0i32)
pub const Straight: Self = Self(1i32)
pub const Ignore: Self = Self(2i32)
Trait Implementations
impl Clone for BitmapAlphaMode
impl Clone for BitmapAlphaMode
impl Copy for BitmapAlphaMode
Auto Trait Implementations
impl RefUnwindSafe for BitmapAlphaMode
impl Send for BitmapAlphaMode
impl Sync for BitmapAlphaMode
impl Unpin for BitmapAlphaMode
impl UnwindSafe for BitmapAlphaMode
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