pub struct ImageConstraintsInfoFlagBitsFUCHSIA(/* private fields */);Expand description
Implementations§
Source§impl ImageConstraintsInfoFlagBitsFUCHSIA
impl ImageConstraintsInfoFlagBitsFUCHSIA
Sourcepub const CPU_READ_RARELY: Self
pub const CPU_READ_RARELY: Self
Bit 0.
Sourcepub const CPU_READ_OFTEN: Self
pub const CPU_READ_OFTEN: Self
Bit 1.
Sourcepub const CPU_WRITE_RARELY: Self
pub const CPU_WRITE_RARELY: Self
Bit 2.
Sourcepub const CPU_WRITE_OFTEN: Self
pub const CPU_WRITE_OFTEN: Self
Bit 3.
Sourcepub const PROTECTED_OPTIONAL: Self
pub const PROTECTED_OPTIONAL: Self
Bit 4.
pub const fn empty() -> Self
pub const fn from_raw(value: u32) -> Self
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: Self) -> bool
pub const fn all() -> Self
Trait Implementations§
Source§impl BitAndAssign for ImageConstraintsInfoFlagBitsFUCHSIA
impl BitAndAssign for ImageConstraintsInfoFlagBitsFUCHSIA
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for ImageConstraintsInfoFlagBitsFUCHSIA
impl BitOrAssign for ImageConstraintsInfoFlagBitsFUCHSIA
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for ImageConstraintsInfoFlagBitsFUCHSIA
impl BitXorAssign for ImageConstraintsInfoFlagBitsFUCHSIA
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for ImageConstraintsInfoFlagBitsFUCHSIA
impl Clone for ImageConstraintsInfoFlagBitsFUCHSIA
Source§fn clone(&self) -> ImageConstraintsInfoFlagBitsFUCHSIA
fn clone(&self) -> ImageConstraintsInfoFlagBitsFUCHSIA
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ImageConstraintsInfoFlagBitsFUCHSIA
Source§impl Default for ImageConstraintsInfoFlagBitsFUCHSIA
impl Default for ImageConstraintsInfoFlagBitsFUCHSIA
Source§fn default() -> ImageConstraintsInfoFlagBitsFUCHSIA
fn default() -> ImageConstraintsInfoFlagBitsFUCHSIA
Returns the “default value” for a type. Read more
impl Eq for ImageConstraintsInfoFlagBitsFUCHSIA
Source§impl Ord for ImageConstraintsInfoFlagBitsFUCHSIA
impl Ord for ImageConstraintsInfoFlagBitsFUCHSIA
Source§fn cmp(&self, other: &ImageConstraintsInfoFlagBitsFUCHSIA) -> Ordering
fn cmp(&self, other: &ImageConstraintsInfoFlagBitsFUCHSIA) -> Ordering
1.21.0 (const: unstable) · 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 ImageConstraintsInfoFlagBitsFUCHSIA
impl PartialEq for ImageConstraintsInfoFlagBitsFUCHSIA
Source§fn eq(&self, other: &ImageConstraintsInfoFlagBitsFUCHSIA) -> bool
fn eq(&self, other: &ImageConstraintsInfoFlagBitsFUCHSIA) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ImageConstraintsInfoFlagBitsFUCHSIA
impl PartialOrd for ImageConstraintsInfoFlagBitsFUCHSIA
impl StructuralPartialEq for ImageConstraintsInfoFlagBitsFUCHSIA
Auto Trait Implementations§
impl Freeze for ImageConstraintsInfoFlagBitsFUCHSIA
impl RefUnwindSafe for ImageConstraintsInfoFlagBitsFUCHSIA
impl Send for ImageConstraintsInfoFlagBitsFUCHSIA
impl Sync for ImageConstraintsInfoFlagBitsFUCHSIA
impl Unpin for ImageConstraintsInfoFlagBitsFUCHSIA
impl UnsafeUnpin for ImageConstraintsInfoFlagBitsFUCHSIA
impl UnwindSafe for ImageConstraintsInfoFlagBitsFUCHSIA
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