pub struct HardwareCompositionSupportFlags(/* private fields */);Implementations§
Trait Implementations§
Source§impl BitAndAssign for HardwareCompositionSupportFlags
impl BitAndAssign for HardwareCompositionSupportFlags
Source§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for HardwareCompositionSupportFlags
impl BitOrAssign for HardwareCompositionSupportFlags
Source§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|= operation. Read moreSource§impl Clone for HardwareCompositionSupportFlags
impl Clone for HardwareCompositionSupportFlags
Source§fn clone(&self) -> HardwareCompositionSupportFlags
fn clone(&self) -> HardwareCompositionSupportFlags
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 PartialEq for HardwareCompositionSupportFlags
impl PartialEq for HardwareCompositionSupportFlags
Source§fn eq(&self, other: &HardwareCompositionSupportFlags) -> bool
fn eq(&self, other: &HardwareCompositionSupportFlags) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for HardwareCompositionSupportFlags
impl Eq for HardwareCompositionSupportFlags
impl StructuralPartialEq for HardwareCompositionSupportFlags
Auto Trait Implementations§
impl Freeze for HardwareCompositionSupportFlags
impl RefUnwindSafe for HardwareCompositionSupportFlags
impl Send for HardwareCompositionSupportFlags
impl Sync for HardwareCompositionSupportFlags
impl Unpin for HardwareCompositionSupportFlags
impl UnsafeUnpin for HardwareCompositionSupportFlags
impl UnwindSafe for HardwareCompositionSupportFlags
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