Struct ash::vk::MetalSurfaceCreateFlagsEXT
source · pub struct MetalSurfaceCreateFlagsEXT(/* private fields */);
Expand description
Implementations§
Trait Implementations§
source§impl BitAnd for MetalSurfaceCreateFlagsEXT
impl BitAnd for MetalSurfaceCreateFlagsEXT
source§impl BitAndAssign for MetalSurfaceCreateFlagsEXT
impl BitAndAssign for MetalSurfaceCreateFlagsEXT
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for MetalSurfaceCreateFlagsEXT
impl BitOr for MetalSurfaceCreateFlagsEXT
source§impl BitOrAssign for MetalSurfaceCreateFlagsEXT
impl BitOrAssign for MetalSurfaceCreateFlagsEXT
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor for MetalSurfaceCreateFlagsEXT
impl BitXor for MetalSurfaceCreateFlagsEXT
source§impl BitXorAssign for MetalSurfaceCreateFlagsEXT
impl BitXorAssign for MetalSurfaceCreateFlagsEXT
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for MetalSurfaceCreateFlagsEXT
impl Clone for MetalSurfaceCreateFlagsEXT
source§fn clone(&self) -> MetalSurfaceCreateFlagsEXT
fn clone(&self) -> MetalSurfaceCreateFlagsEXT
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 MetalSurfaceCreateFlagsEXT
impl Debug for MetalSurfaceCreateFlagsEXT
source§impl Default for MetalSurfaceCreateFlagsEXT
impl Default for MetalSurfaceCreateFlagsEXT
source§impl Hash for MetalSurfaceCreateFlagsEXT
impl Hash for MetalSurfaceCreateFlagsEXT
source§impl Not for MetalSurfaceCreateFlagsEXT
impl Not for MetalSurfaceCreateFlagsEXT
source§impl Ord for MetalSurfaceCreateFlagsEXT
impl Ord for MetalSurfaceCreateFlagsEXT
source§fn cmp(&self, other: &MetalSurfaceCreateFlagsEXT) -> Ordering
fn cmp(&self, other: &MetalSurfaceCreateFlagsEXT) -> 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 MetalSurfaceCreateFlagsEXT
impl PartialEq for MetalSurfaceCreateFlagsEXT
source§fn eq(&self, other: &MetalSurfaceCreateFlagsEXT) -> bool
fn eq(&self, other: &MetalSurfaceCreateFlagsEXT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for MetalSurfaceCreateFlagsEXT
impl PartialOrd for MetalSurfaceCreateFlagsEXT
source§fn partial_cmp(&self, other: &MetalSurfaceCreateFlagsEXT) -> Option<Ordering>
fn partial_cmp(&self, other: &MetalSurfaceCreateFlagsEXT) -> 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 MetalSurfaceCreateFlagsEXT
impl Eq for MetalSurfaceCreateFlagsEXT
impl StructuralPartialEq for MetalSurfaceCreateFlagsEXT
Auto Trait Implementations§
impl Freeze for MetalSurfaceCreateFlagsEXT
impl RefUnwindSafe for MetalSurfaceCreateFlagsEXT
impl Send for MetalSurfaceCreateFlagsEXT
impl Sync for MetalSurfaceCreateFlagsEXT
impl Unpin for MetalSurfaceCreateFlagsEXT
impl UnwindSafe for MetalSurfaceCreateFlagsEXT
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