pub struct MacOSSurfaceCreateFlagsMVK(/* private fields */);Expand description
Implementations§
Source§impl 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§
Source§impl BitAnd for MacOSSurfaceCreateFlagsMVK
impl BitAnd for MacOSSurfaceCreateFlagsMVK
Source§type Output = MacOSSurfaceCreateFlagsMVK
type Output = MacOSSurfaceCreateFlagsMVK
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: MacOSSurfaceCreateFlagsMVK) -> MacOSSurfaceCreateFlagsMVK
fn bitand(self, rhs: MacOSSurfaceCreateFlagsMVK) -> MacOSSurfaceCreateFlagsMVK
Performs the
& operation. Read moreSource§impl BitAndAssign for MacOSSurfaceCreateFlagsMVK
impl BitAndAssign for MacOSSurfaceCreateFlagsMVK
Source§fn bitand_assign(&mut self, rhs: MacOSSurfaceCreateFlagsMVK)
fn bitand_assign(&mut self, rhs: MacOSSurfaceCreateFlagsMVK)
Performs the
&= operation. Read moreSource§impl BitOr for MacOSSurfaceCreateFlagsMVK
impl BitOr for MacOSSurfaceCreateFlagsMVK
Source§type Output = MacOSSurfaceCreateFlagsMVK
type Output = MacOSSurfaceCreateFlagsMVK
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: MacOSSurfaceCreateFlagsMVK) -> MacOSSurfaceCreateFlagsMVK
fn bitor(self, rhs: MacOSSurfaceCreateFlagsMVK) -> MacOSSurfaceCreateFlagsMVK
Performs the
| operation. Read moreSource§impl BitOrAssign for MacOSSurfaceCreateFlagsMVK
impl BitOrAssign for MacOSSurfaceCreateFlagsMVK
Source§fn bitor_assign(&mut self, rhs: MacOSSurfaceCreateFlagsMVK)
fn bitor_assign(&mut self, rhs: MacOSSurfaceCreateFlagsMVK)
Performs the
|= operation. Read moreSource§impl BitXor for MacOSSurfaceCreateFlagsMVK
impl BitXor for MacOSSurfaceCreateFlagsMVK
Source§type Output = MacOSSurfaceCreateFlagsMVK
type Output = MacOSSurfaceCreateFlagsMVK
The resulting type after applying the
^ operator.Source§fn bitxor(self, rhs: MacOSSurfaceCreateFlagsMVK) -> MacOSSurfaceCreateFlagsMVK
fn bitxor(self, rhs: MacOSSurfaceCreateFlagsMVK) -> MacOSSurfaceCreateFlagsMVK
Performs the
^ operation. Read moreSource§impl BitXorAssign for MacOSSurfaceCreateFlagsMVK
impl BitXorAssign for MacOSSurfaceCreateFlagsMVK
Source§fn bitxor_assign(&mut self, rhs: MacOSSurfaceCreateFlagsMVK)
fn bitxor_assign(&mut self, rhs: MacOSSurfaceCreateFlagsMVK)
Performs the
^= operation. Read moreSource§impl Clone for MacOSSurfaceCreateFlagsMVK
impl Clone for MacOSSurfaceCreateFlagsMVK
Source§fn clone(&self) -> MacOSSurfaceCreateFlagsMVK
fn clone(&self) -> MacOSSurfaceCreateFlagsMVK
Returns a copy 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 Debug for MacOSSurfaceCreateFlagsMVK
impl Debug for MacOSSurfaceCreateFlagsMVK
Source§impl Default for MacOSSurfaceCreateFlagsMVK
impl Default for MacOSSurfaceCreateFlagsMVK
Source§fn default() -> MacOSSurfaceCreateFlagsMVK
fn default() -> MacOSSurfaceCreateFlagsMVK
Returns the “default value” for a type. Read more
Source§impl Hash for MacOSSurfaceCreateFlagsMVK
impl Hash for MacOSSurfaceCreateFlagsMVK
Source§impl Not for MacOSSurfaceCreateFlagsMVK
impl Not for MacOSSurfaceCreateFlagsMVK
Source§type Output = MacOSSurfaceCreateFlagsMVK
type Output = MacOSSurfaceCreateFlagsMVK
The resulting type after applying the
! operator.Source§fn not(self) -> MacOSSurfaceCreateFlagsMVK
fn not(self) -> MacOSSurfaceCreateFlagsMVK
Performs the unary
! operation. Read moreSource§impl Ord for MacOSSurfaceCreateFlagsMVK
impl Ord for MacOSSurfaceCreateFlagsMVK
Source§fn cmp(&self, other: &MacOSSurfaceCreateFlagsMVK) -> Ordering
fn cmp(&self, other: &MacOSSurfaceCreateFlagsMVK) -> 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 PartialOrd for MacOSSurfaceCreateFlagsMVK
impl PartialOrd for MacOSSurfaceCreateFlagsMVK
impl Copy for MacOSSurfaceCreateFlagsMVK
impl Eq for MacOSSurfaceCreateFlagsMVK
impl StructuralPartialEq for MacOSSurfaceCreateFlagsMVK
Auto Trait Implementations§
impl Freeze for MacOSSurfaceCreateFlagsMVK
impl RefUnwindSafe for MacOSSurfaceCreateFlagsMVK
impl Send for MacOSSurfaceCreateFlagsMVK
impl Sync for MacOSSurfaceCreateFlagsMVK
impl Unpin for MacOSSurfaceCreateFlagsMVK
impl UnwindSafe for MacOSSurfaceCreateFlagsMVK
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