pub struct ColorWriteEnable(/* private fields */);Implementations§
Trait Implementations§
Source§impl BitAnd for ColorWriteEnable
impl BitAnd for ColorWriteEnable
Source§impl BitAndAssign for ColorWriteEnable
impl BitAndAssign for ColorWriteEnable
Source§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&= operation. Read moreSource§impl BitOr for ColorWriteEnable
impl BitOr for ColorWriteEnable
Source§impl BitOrAssign for ColorWriteEnable
impl BitOrAssign for ColorWriteEnable
Source§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|= operation. Read moreSource§impl Clone for ColorWriteEnable
impl Clone for ColorWriteEnable
Source§fn clone(&self) -> ColorWriteEnable
fn clone(&self) -> ColorWriteEnable
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ColorWriteEnable
impl Debug for ColorWriteEnable
Source§impl PartialEq for ColorWriteEnable
impl PartialEq for ColorWriteEnable
impl Copy for ColorWriteEnable
impl Eq for ColorWriteEnable
impl StructuralPartialEq for ColorWriteEnable
Auto Trait Implementations§
impl Freeze for ColorWriteEnable
impl RefUnwindSafe for ColorWriteEnable
impl Send for ColorWriteEnable
impl Sync for ColorWriteEnable
impl Unpin for ColorWriteEnable
impl UnsafeUnpin for ColorWriteEnable
impl UnwindSafe for ColorWriteEnable
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