Struct erupt::vk1_0::CommandPoolCreateFlagBits[][src]

#[repr(transparent)]pub struct CommandPoolCreateFlagBits(pub u32);

Implementations

impl CommandPoolCreateFlagBits[src]

pub const fn bitmask(&self) -> CommandPoolCreateFlags[src]

Converts this enum variant to the corresponding bitmask

impl CommandPoolCreateFlagBits[src]

Provided by crate::vk1_0

pub const TRANSIENT: Self[src]

pub const RESET_COMMAND_BUFFER: Self[src]

impl CommandPoolCreateFlagBits[src]

Provided by crate::vk1_1

pub const PROTECTED: Self[src]

Trait Implementations

impl Clone for CommandPoolCreateFlagBits[src]

impl Copy for CommandPoolCreateFlagBits[src]

impl Debug for CommandPoolCreateFlagBits[src]

impl Default for CommandPoolCreateFlagBits[src]

impl Eq for CommandPoolCreateFlagBits[src]

impl Hash for CommandPoolCreateFlagBits[src]

impl Ord for CommandPoolCreateFlagBits[src]

impl PartialEq<CommandPoolCreateFlagBits> for CommandPoolCreateFlagBits[src]

impl PartialOrd<CommandPoolCreateFlagBits> for CommandPoolCreateFlagBits[src]

impl StructuralEq for CommandPoolCreateFlagBits[src]

impl StructuralPartialEq for CommandPoolCreateFlagBits[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.