#[repr(transparent)]pub struct ImageFormatConstraintsFlagsFUCHSIA(_);Expand description
Implementations
sourceimpl ImageFormatConstraintsFlagsFUCHSIA
impl ImageFormatConstraintsFlagsFUCHSIA
pub const fn empty() -> ImageFormatConstraintsFlagsFUCHSIA
pub const fn from_raw(x: u32) -> ImageFormatConstraintsFlagsFUCHSIA
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: ImageFormatConstraintsFlagsFUCHSIA) -> bool
sourcepub const fn contains(self, other: ImageFormatConstraintsFlagsFUCHSIA) -> bool
pub const fn contains(self, other: ImageFormatConstraintsFlagsFUCHSIA) -> bool
Returns whether other is a subset of self
Trait Implementations
sourceimpl BitAnd<ImageFormatConstraintsFlagsFUCHSIA> for ImageFormatConstraintsFlagsFUCHSIA
impl BitAnd<ImageFormatConstraintsFlagsFUCHSIA> for ImageFormatConstraintsFlagsFUCHSIA
type Output = ImageFormatConstraintsFlagsFUCHSIA
type Output = ImageFormatConstraintsFlagsFUCHSIA
The resulting type after applying the & operator.
sourcefn bitand(
self,
rhs: ImageFormatConstraintsFlagsFUCHSIA
) -> ImageFormatConstraintsFlagsFUCHSIA
fn bitand(
self,
rhs: ImageFormatConstraintsFlagsFUCHSIA
) -> ImageFormatConstraintsFlagsFUCHSIA
Performs the & operation. Read more
sourceimpl BitAndAssign<ImageFormatConstraintsFlagsFUCHSIA> for ImageFormatConstraintsFlagsFUCHSIA
impl BitAndAssign<ImageFormatConstraintsFlagsFUCHSIA> for ImageFormatConstraintsFlagsFUCHSIA
sourcefn bitand_assign(&mut self, rhs: ImageFormatConstraintsFlagsFUCHSIA)
fn bitand_assign(&mut self, rhs: ImageFormatConstraintsFlagsFUCHSIA)
Performs the &= operation. Read more
sourceimpl BitOr<ImageFormatConstraintsFlagsFUCHSIA> for ImageFormatConstraintsFlagsFUCHSIA
impl BitOr<ImageFormatConstraintsFlagsFUCHSIA> for ImageFormatConstraintsFlagsFUCHSIA
type Output = ImageFormatConstraintsFlagsFUCHSIA
type Output = ImageFormatConstraintsFlagsFUCHSIA
The resulting type after applying the | operator.
sourcefn bitor(
self,
rhs: ImageFormatConstraintsFlagsFUCHSIA
) -> ImageFormatConstraintsFlagsFUCHSIA
fn bitor(
self,
rhs: ImageFormatConstraintsFlagsFUCHSIA
) -> ImageFormatConstraintsFlagsFUCHSIA
Performs the | operation. Read more
sourceimpl BitOrAssign<ImageFormatConstraintsFlagsFUCHSIA> for ImageFormatConstraintsFlagsFUCHSIA
impl BitOrAssign<ImageFormatConstraintsFlagsFUCHSIA> for ImageFormatConstraintsFlagsFUCHSIA
sourcefn bitor_assign(&mut self, rhs: ImageFormatConstraintsFlagsFUCHSIA)
fn bitor_assign(&mut self, rhs: ImageFormatConstraintsFlagsFUCHSIA)
Performs the |= operation. Read more
sourceimpl BitXor<ImageFormatConstraintsFlagsFUCHSIA> for ImageFormatConstraintsFlagsFUCHSIA
impl BitXor<ImageFormatConstraintsFlagsFUCHSIA> for ImageFormatConstraintsFlagsFUCHSIA
type Output = ImageFormatConstraintsFlagsFUCHSIA
type Output = ImageFormatConstraintsFlagsFUCHSIA
The resulting type after applying the ^ operator.
sourcefn bitxor(
self,
rhs: ImageFormatConstraintsFlagsFUCHSIA
) -> ImageFormatConstraintsFlagsFUCHSIA
fn bitxor(
self,
rhs: ImageFormatConstraintsFlagsFUCHSIA
) -> ImageFormatConstraintsFlagsFUCHSIA
Performs the ^ operation. Read more
sourceimpl BitXorAssign<ImageFormatConstraintsFlagsFUCHSIA> for ImageFormatConstraintsFlagsFUCHSIA
impl BitXorAssign<ImageFormatConstraintsFlagsFUCHSIA> for ImageFormatConstraintsFlagsFUCHSIA
sourcefn bitxor_assign(&mut self, rhs: ImageFormatConstraintsFlagsFUCHSIA)
fn bitxor_assign(&mut self, rhs: ImageFormatConstraintsFlagsFUCHSIA)
Performs the ^= operation. Read more
sourceimpl Clone for ImageFormatConstraintsFlagsFUCHSIA
impl Clone for ImageFormatConstraintsFlagsFUCHSIA
sourcefn clone(&self) -> ImageFormatConstraintsFlagsFUCHSIA
fn clone(&self) -> ImageFormatConstraintsFlagsFUCHSIA
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for ImageFormatConstraintsFlagsFUCHSIA
impl Default for ImageFormatConstraintsFlagsFUCHSIA
sourcefn default() -> ImageFormatConstraintsFlagsFUCHSIA
fn default() -> ImageFormatConstraintsFlagsFUCHSIA
Returns the “default value” for a type. Read more
sourceimpl Not for ImageFormatConstraintsFlagsFUCHSIA
impl Not for ImageFormatConstraintsFlagsFUCHSIA
type Output = ImageFormatConstraintsFlagsFUCHSIA
type Output = ImageFormatConstraintsFlagsFUCHSIA
The resulting type after applying the ! operator.
sourcefn not(self) -> ImageFormatConstraintsFlagsFUCHSIA
fn not(self) -> ImageFormatConstraintsFlagsFUCHSIA
Performs the unary ! operation. Read more
sourceimpl Ord for ImageFormatConstraintsFlagsFUCHSIA
impl Ord for ImageFormatConstraintsFlagsFUCHSIA
sourceimpl PartialEq<ImageFormatConstraintsFlagsFUCHSIA> for ImageFormatConstraintsFlagsFUCHSIA
impl PartialEq<ImageFormatConstraintsFlagsFUCHSIA> for ImageFormatConstraintsFlagsFUCHSIA
sourcefn eq(&self, other: &ImageFormatConstraintsFlagsFUCHSIA) -> bool
fn eq(&self, other: &ImageFormatConstraintsFlagsFUCHSIA) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ImageFormatConstraintsFlagsFUCHSIA) -> bool
fn ne(&self, other: &ImageFormatConstraintsFlagsFUCHSIA) -> bool
This method tests for !=.
sourceimpl PartialOrd<ImageFormatConstraintsFlagsFUCHSIA> for ImageFormatConstraintsFlagsFUCHSIA
impl PartialOrd<ImageFormatConstraintsFlagsFUCHSIA> for ImageFormatConstraintsFlagsFUCHSIA
sourcefn partial_cmp(
&self,
other: &ImageFormatConstraintsFlagsFUCHSIA
) -> Option<Ordering>
fn partial_cmp(
&self,
other: &ImageFormatConstraintsFlagsFUCHSIA
) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl Copy for ImageFormatConstraintsFlagsFUCHSIA
impl Eq for ImageFormatConstraintsFlagsFUCHSIA
impl StructuralEq for ImageFormatConstraintsFlagsFUCHSIA
impl StructuralPartialEq for ImageFormatConstraintsFlagsFUCHSIA
Auto Trait Implementations
impl RefUnwindSafe for ImageFormatConstraintsFlagsFUCHSIA
impl Send for ImageFormatConstraintsFlagsFUCHSIA
impl Sync for ImageFormatConstraintsFlagsFUCHSIA
impl Unpin for ImageFormatConstraintsFlagsFUCHSIA
impl UnwindSafe for ImageFormatConstraintsFlagsFUCHSIA
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