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 = Self(0i32)
pub const Premultiplied: Self = Self(1i32)
pub const Straight: Self = Self(2i32)
pub const Ignore: Self = Self(3i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more