Struct D3DBLEND
#[repr(transparent)]pub struct D3DBLEND(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for D3DBLEND
impl Eq for D3DBLEND
impl StructuralPartialEq for D3DBLEND
Auto Trait Implementations§
impl Freeze for D3DBLEND
impl RefUnwindSafe for D3DBLEND
impl Send for D3DBLEND
impl Sync for D3DBLEND
impl Unpin for D3DBLEND
impl UnwindSafe for D3DBLEND
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more