pub struct ImageConstraintsInfoFlagsFUCHSIA(/* private fields */);Expand description
Implementations§
Source§impl ImageConstraintsInfoFlagsFUCHSIA
 
impl ImageConstraintsInfoFlagsFUCHSIA
Source§impl ImageConstraintsInfoFlagsFUCHSIA
 
impl ImageConstraintsInfoFlagsFUCHSIA
pub const CPU_READ_RARELY: Self
pub const CPU_READ_OFTEN: Self
pub const CPU_WRITE_RARELY: Self
pub const CPU_WRITE_OFTEN: Self
pub const PROTECTED_OPTIONAL: Self
Trait Implementations§
Source§impl BitAndAssign for ImageConstraintsInfoFlagsFUCHSIA
 
impl BitAndAssign for ImageConstraintsInfoFlagsFUCHSIA
Source§fn bitand_assign(&mut self, rhs: Self)
 
fn bitand_assign(&mut self, rhs: Self)
Performs the 
&= operation. Read moreSource§impl BitOrAssign for ImageConstraintsInfoFlagsFUCHSIA
 
impl BitOrAssign for ImageConstraintsInfoFlagsFUCHSIA
Source§fn bitor_assign(&mut self, rhs: Self)
 
fn bitor_assign(&mut self, rhs: Self)
Performs the 
|= operation. Read moreSource§impl BitXorAssign for ImageConstraintsInfoFlagsFUCHSIA
 
impl BitXorAssign for ImageConstraintsInfoFlagsFUCHSIA
Source§fn bitxor_assign(&mut self, rhs: Self)
 
fn bitxor_assign(&mut self, rhs: Self)
Performs the 
^= operation. Read moreSource§impl Clone for ImageConstraintsInfoFlagsFUCHSIA
 
impl Clone for ImageConstraintsInfoFlagsFUCHSIA
Source§fn clone(&self) -> ImageConstraintsInfoFlagsFUCHSIA
 
fn clone(&self) -> ImageConstraintsInfoFlagsFUCHSIA
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 Ord for ImageConstraintsInfoFlagsFUCHSIA
 
impl Ord for ImageConstraintsInfoFlagsFUCHSIA
Source§fn cmp(&self, other: &ImageConstraintsInfoFlagsFUCHSIA) -> Ordering
 
fn cmp(&self, other: &ImageConstraintsInfoFlagsFUCHSIA) -> 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 ImageConstraintsInfoFlagsFUCHSIA
 
impl PartialEq for ImageConstraintsInfoFlagsFUCHSIA
Source§fn eq(&self, other: &ImageConstraintsInfoFlagsFUCHSIA) -> bool
 
fn eq(&self, other: &ImageConstraintsInfoFlagsFUCHSIA) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ImageConstraintsInfoFlagsFUCHSIA
 
impl PartialOrd for ImageConstraintsInfoFlagsFUCHSIA
impl Copy for ImageConstraintsInfoFlagsFUCHSIA
impl Eq for ImageConstraintsInfoFlagsFUCHSIA
impl StructuralPartialEq for ImageConstraintsInfoFlagsFUCHSIA
Auto Trait Implementations§
impl Freeze for ImageConstraintsInfoFlagsFUCHSIA
impl RefUnwindSafe for ImageConstraintsInfoFlagsFUCHSIA
impl Send for ImageConstraintsInfoFlagsFUCHSIA
impl Sync for ImageConstraintsInfoFlagsFUCHSIA
impl Unpin for ImageConstraintsInfoFlagsFUCHSIA
impl UnwindSafe for ImageConstraintsInfoFlagsFUCHSIA
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