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
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more