pub struct ImageFormatConstraintsFlagBitsFUCHSIA(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl BitAndAssign for ImageFormatConstraintsFlagBitsFUCHSIA
impl BitAndAssign for ImageFormatConstraintsFlagBitsFUCHSIA
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for ImageFormatConstraintsFlagBitsFUCHSIA
impl BitOrAssign for ImageFormatConstraintsFlagBitsFUCHSIA
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for ImageFormatConstraintsFlagBitsFUCHSIA
impl BitXorAssign for ImageFormatConstraintsFlagBitsFUCHSIA
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for ImageFormatConstraintsFlagBitsFUCHSIA
impl Clone for ImageFormatConstraintsFlagBitsFUCHSIA
Source§fn clone(&self) -> ImageFormatConstraintsFlagBitsFUCHSIA
fn clone(&self) -> ImageFormatConstraintsFlagBitsFUCHSIA
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 Default for ImageFormatConstraintsFlagBitsFUCHSIA
impl Default for ImageFormatConstraintsFlagBitsFUCHSIA
Source§fn default() -> ImageFormatConstraintsFlagBitsFUCHSIA
fn default() -> ImageFormatConstraintsFlagBitsFUCHSIA
Returns the “default value” for a type. Read more
Source§impl Ord for ImageFormatConstraintsFlagBitsFUCHSIA
impl Ord for ImageFormatConstraintsFlagBitsFUCHSIA
Source§fn cmp(&self, other: &ImageFormatConstraintsFlagBitsFUCHSIA) -> Ordering
fn cmp(&self, other: &ImageFormatConstraintsFlagBitsFUCHSIA) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ImageFormatConstraintsFlagBitsFUCHSIA
impl PartialEq for ImageFormatConstraintsFlagBitsFUCHSIA
Source§fn eq(&self, other: &ImageFormatConstraintsFlagBitsFUCHSIA) -> bool
fn eq(&self, other: &ImageFormatConstraintsFlagBitsFUCHSIA) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ImageFormatConstraintsFlagBitsFUCHSIA
impl PartialOrd for ImageFormatConstraintsFlagBitsFUCHSIA
impl Copy for ImageFormatConstraintsFlagBitsFUCHSIA
impl Eq for ImageFormatConstraintsFlagBitsFUCHSIA
impl StructuralPartialEq for ImageFormatConstraintsFlagBitsFUCHSIA
Auto Trait Implementations§
impl Freeze for ImageFormatConstraintsFlagBitsFUCHSIA
impl RefUnwindSafe for ImageFormatConstraintsFlagBitsFUCHSIA
impl Send for ImageFormatConstraintsFlagBitsFUCHSIA
impl Sync for ImageFormatConstraintsFlagBitsFUCHSIA
impl Unpin for ImageFormatConstraintsFlagBitsFUCHSIA
impl UnsafeUnpin for ImageFormatConstraintsFlagBitsFUCHSIA
impl UnwindSafe for ImageFormatConstraintsFlagBitsFUCHSIA
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