[−][src]Struct ash::vk::MacOSSurfaceCreateFlagsMVK
Methods
impl MacOSSurfaceCreateFlagsMVK
[src]
pub const fn empty() -> MacOSSurfaceCreateFlagsMVK
[src]
pub const fn all() -> MacOSSurfaceCreateFlagsMVK
[src]
pub const fn from_raw(x: Flags) -> Self
[src]
pub const fn as_raw(self) -> Flags
[src]
pub fn is_empty(self) -> bool
[src]
pub fn is_all(self) -> bool
[src]
pub fn intersects(self, other: MacOSSurfaceCreateFlagsMVK) -> bool
[src]
pub fn contains(self, other: MacOSSurfaceCreateFlagsMVK) -> bool
[src]
Returns whether other
is a subset of self
Trait Implementations
impl BitAnd<MacOSSurfaceCreateFlagsMVK> for MacOSSurfaceCreateFlagsMVK
[src]
type Output = MacOSSurfaceCreateFlagsMVK
The resulting type after applying the &
operator.
fn bitand(self, rhs: MacOSSurfaceCreateFlagsMVK) -> MacOSSurfaceCreateFlagsMVK
[src]
impl BitAndAssign<MacOSSurfaceCreateFlagsMVK> for MacOSSurfaceCreateFlagsMVK
[src]
fn bitand_assign(&mut self, rhs: MacOSSurfaceCreateFlagsMVK)
[src]
impl BitOr<MacOSSurfaceCreateFlagsMVK> for MacOSSurfaceCreateFlagsMVK
[src]
type Output = MacOSSurfaceCreateFlagsMVK
The resulting type after applying the |
operator.
fn bitor(self, rhs: MacOSSurfaceCreateFlagsMVK) -> MacOSSurfaceCreateFlagsMVK
[src]
impl BitOrAssign<MacOSSurfaceCreateFlagsMVK> for MacOSSurfaceCreateFlagsMVK
[src]
fn bitor_assign(&mut self, rhs: MacOSSurfaceCreateFlagsMVK)
[src]
impl BitXor<MacOSSurfaceCreateFlagsMVK> for MacOSSurfaceCreateFlagsMVK
[src]
type Output = MacOSSurfaceCreateFlagsMVK
The resulting type after applying the ^
operator.
fn bitxor(self, rhs: MacOSSurfaceCreateFlagsMVK) -> MacOSSurfaceCreateFlagsMVK
[src]
impl BitXorAssign<MacOSSurfaceCreateFlagsMVK> for MacOSSurfaceCreateFlagsMVK
[src]
fn bitxor_assign(&mut self, rhs: MacOSSurfaceCreateFlagsMVK)
[src]
impl Clone for MacOSSurfaceCreateFlagsMVK
[src]
fn clone(&self) -> MacOSSurfaceCreateFlagsMVK
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for MacOSSurfaceCreateFlagsMVK
[src]
impl Debug for MacOSSurfaceCreateFlagsMVK
[src]
impl Default for MacOSSurfaceCreateFlagsMVK
[src]
impl Eq for MacOSSurfaceCreateFlagsMVK
[src]
impl Hash for MacOSSurfaceCreateFlagsMVK
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl Not for MacOSSurfaceCreateFlagsMVK
[src]
type Output = MacOSSurfaceCreateFlagsMVK
The resulting type after applying the !
operator.
fn not(self) -> MacOSSurfaceCreateFlagsMVK
[src]
impl Ord for MacOSSurfaceCreateFlagsMVK
[src]
fn cmp(&self, other: &MacOSSurfaceCreateFlagsMVK) -> Ordering
[src]
#[must_use]fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self
[src]
impl PartialEq<MacOSSurfaceCreateFlagsMVK> for MacOSSurfaceCreateFlagsMVK
[src]
fn eq(&self, other: &MacOSSurfaceCreateFlagsMVK) -> bool
[src]
fn ne(&self, other: &MacOSSurfaceCreateFlagsMVK) -> bool
[src]
impl PartialOrd<MacOSSurfaceCreateFlagsMVK> for MacOSSurfaceCreateFlagsMVK
[src]
fn partial_cmp(&self, other: &MacOSSurfaceCreateFlagsMVK) -> Option<Ordering>
[src]
fn lt(&self, other: &MacOSSurfaceCreateFlagsMVK) -> bool
[src]
fn le(&self, other: &MacOSSurfaceCreateFlagsMVK) -> bool
[src]
fn gt(&self, other: &MacOSSurfaceCreateFlagsMVK) -> bool
[src]
fn ge(&self, other: &MacOSSurfaceCreateFlagsMVK) -> bool
[src]
impl StructuralEq for MacOSSurfaceCreateFlagsMVK
[src]
impl StructuralPartialEq for MacOSSurfaceCreateFlagsMVK
[src]
impl Sub<MacOSSurfaceCreateFlagsMVK> for MacOSSurfaceCreateFlagsMVK
[src]
type Output = MacOSSurfaceCreateFlagsMVK
The resulting type after applying the -
operator.
fn sub(self, rhs: MacOSSurfaceCreateFlagsMVK) -> MacOSSurfaceCreateFlagsMVK
[src]
impl SubAssign<MacOSSurfaceCreateFlagsMVK> for MacOSSurfaceCreateFlagsMVK
[src]
fn sub_assign(&mut self, rhs: MacOSSurfaceCreateFlagsMVK)
[src]
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
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,