[][src]Struct ash::vk::DeviceQueueCreateFlags

#[repr(transparent)]pub struct DeviceQueueCreateFlags(_);

Implementations

impl DeviceQueueCreateFlags[src]

pub const fn empty() -> DeviceQueueCreateFlags[src]

pub const fn all() -> DeviceQueueCreateFlags[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: DeviceQueueCreateFlags) -> bool[src]

pub fn contains(self, other: DeviceQueueCreateFlags) -> bool[src]

Returns whether other is a subset of self

impl DeviceQueueCreateFlags[src]

Generated from 'VK_VERSION_1_1'

pub const PROTECTED: Self[src]

Trait Implementations

impl BitAnd<DeviceQueueCreateFlags> for DeviceQueueCreateFlags[src]

type Output = DeviceQueueCreateFlags

The resulting type after applying the & operator.

impl BitAndAssign<DeviceQueueCreateFlags> for DeviceQueueCreateFlags[src]

impl BitOr<DeviceQueueCreateFlags> for DeviceQueueCreateFlags[src]

type Output = DeviceQueueCreateFlags

The resulting type after applying the | operator.

impl BitOrAssign<DeviceQueueCreateFlags> for DeviceQueueCreateFlags[src]

impl BitXor<DeviceQueueCreateFlags> for DeviceQueueCreateFlags[src]

type Output = DeviceQueueCreateFlags

The resulting type after applying the ^ operator.

impl BitXorAssign<DeviceQueueCreateFlags> for DeviceQueueCreateFlags[src]

impl Clone for DeviceQueueCreateFlags[src]

impl Copy for DeviceQueueCreateFlags[src]

impl Debug for DeviceQueueCreateFlags[src]

impl Default for DeviceQueueCreateFlags[src]

impl Eq for DeviceQueueCreateFlags[src]

impl Hash for DeviceQueueCreateFlags[src]

impl Not for DeviceQueueCreateFlags[src]

type Output = DeviceQueueCreateFlags

The resulting type after applying the ! operator.

impl Ord for DeviceQueueCreateFlags[src]

impl PartialEq<DeviceQueueCreateFlags> for DeviceQueueCreateFlags[src]

impl PartialOrd<DeviceQueueCreateFlags> for DeviceQueueCreateFlags[src]

impl StructuralEq for DeviceQueueCreateFlags[src]

impl StructuralPartialEq for DeviceQueueCreateFlags[src]

impl Sub<DeviceQueueCreateFlags> for DeviceQueueCreateFlags[src]

type Output = DeviceQueueCreateFlags

The resulting type after applying the - operator.

impl SubAssign<DeviceQueueCreateFlags> for DeviceQueueCreateFlags[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.