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 PartialOrd for MetalSurfaceCreateFlagsEXT
impl PartialOrd for MetalSurfaceCreateFlagsEXT
impl 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)