Struct windows_sys::Graphics::DirectX::DirectXAlphaMode
[−]#[repr(transparent)]pub struct DirectXAlphaMode(pub i32);
Expand description
Required features: ‘Graphics_DirectX’
Tuple Fields
0: i32
Implementations
impl DirectXAlphaMode
impl DirectXAlphaMode
pub const Unspecified: Self
pub const Premultiplied: Self
pub const Straight: Self
pub const Ignore: Self
Trait Implementations
impl Clone for DirectXAlphaMode
impl Clone for DirectXAlphaMode
impl Copy for DirectXAlphaMode
Auto Trait Implementations
impl RefUnwindSafe for DirectXAlphaMode
impl Send for DirectXAlphaMode
impl Sync for DirectXAlphaMode
impl Unpin for DirectXAlphaMode
impl UnwindSafe for DirectXAlphaMode
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