Struct screen_13::prelude::vk::MacOSSurfaceCreateFlagsMVK
source · 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 moresourceimpl 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 moresourceimpl 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 moresourceimpl 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 moresourceimpl 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 moresourceimpl 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 moresourceimpl 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 moresourceimpl 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 moresourceimpl Ord for MacOSSurfaceCreateFlagsMVK
impl Ord for MacOSSurfaceCreateFlagsMVK
sourcefn cmp(&self, other: &MacOSSurfaceCreateFlagsMVK) -> Ordering
fn cmp(&self, other: &MacOSSurfaceCreateFlagsMVK) -> Ordering
1.21.0 · sourcefn 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
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<MacOSSurfaceCreateFlagsMVK> for MacOSSurfaceCreateFlagsMVK
impl PartialEq<MacOSSurfaceCreateFlagsMVK> for MacOSSurfaceCreateFlagsMVK
sourcefn eq(&self, other: &MacOSSurfaceCreateFlagsMVK) -> bool
fn eq(&self, other: &MacOSSurfaceCreateFlagsMVK) -> bool
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>
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 moreimpl 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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