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