Struct ash::vk::MacOSSurfaceCreateFlagsMVK
source · pub struct MacOSSurfaceCreateFlagsMVK(/* private fields */);
Expand description
Implementations§
Trait Implementations§
source§impl BitAnd for MacOSSurfaceCreateFlagsMVK
impl BitAnd for MacOSSurfaceCreateFlagsMVK
source§impl BitAndAssign for MacOSSurfaceCreateFlagsMVK
impl BitAndAssign for MacOSSurfaceCreateFlagsMVK
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for MacOSSurfaceCreateFlagsMVK
impl BitOr for MacOSSurfaceCreateFlagsMVK
source§impl BitOrAssign for MacOSSurfaceCreateFlagsMVK
impl BitOrAssign for MacOSSurfaceCreateFlagsMVK
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor for MacOSSurfaceCreateFlagsMVK
impl BitXor for MacOSSurfaceCreateFlagsMVK
source§impl BitXorAssign for MacOSSurfaceCreateFlagsMVK
impl BitXorAssign for MacOSSurfaceCreateFlagsMVK
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
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§impl Hash for MacOSSurfaceCreateFlagsMVK
impl Hash for MacOSSurfaceCreateFlagsMVK
source§impl Not for MacOSSurfaceCreateFlagsMVK
impl Not for MacOSSurfaceCreateFlagsMVK
source§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 PartialEq for MacOSSurfaceCreateFlagsMVK
impl PartialEq for MacOSSurfaceCreateFlagsMVK
source§fn 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 ==
.source§impl PartialOrd for MacOSSurfaceCreateFlagsMVK
impl PartialOrd for MacOSSurfaceCreateFlagsMVK
source§fn partial_cmp(&self, other: &MacOSSurfaceCreateFlagsMVK) -> Option<Ordering>
fn partial_cmp(&self, other: &MacOSSurfaceCreateFlagsMVK) -> Option<Ordering>
1.0.0 · source§fn 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 moreimpl 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