[−][src]Struct ash::vk::CommandBufferResetFlags
Implementations
impl CommandBufferResetFlags
[src][−]
pub const fn empty() -> CommandBufferResetFlags
[src]
pub const fn all() -> CommandBufferResetFlags
[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: CommandBufferResetFlags) -> bool
[src]
pub fn contains(self, other: CommandBufferResetFlags) -> bool
[src][−]
Returns whether other
is a subset of self
impl CommandBufferResetFlags
[src][−]
pub const RELEASE_RESOURCES: Self
[src][−][−]
Release resources owned by the buffer
Trait Implementations
impl BitAnd<CommandBufferResetFlags> for CommandBufferResetFlags
[src][+]
impl BitAndAssign<CommandBufferResetFlags> for CommandBufferResetFlags
[src][+]
impl BitOr<CommandBufferResetFlags> for CommandBufferResetFlags
[src][+]
impl BitOrAssign<CommandBufferResetFlags> for CommandBufferResetFlags
[src][+]
impl BitXor<CommandBufferResetFlags> for CommandBufferResetFlags
[src][+]
impl BitXorAssign<CommandBufferResetFlags> for CommandBufferResetFlags
[src][+]
impl Clone for CommandBufferResetFlags
[src][+]
impl Copy for CommandBufferResetFlags
[src]
impl Debug for CommandBufferResetFlags
[src][+]
impl Default for CommandBufferResetFlags
[src][+]
impl Eq for CommandBufferResetFlags
[src]
impl Hash for CommandBufferResetFlags
[src][+]
impl Not for CommandBufferResetFlags
[src][+]
impl Ord for CommandBufferResetFlags
[src][+]
impl PartialEq<CommandBufferResetFlags> for CommandBufferResetFlags
[src][+]
impl PartialOrd<CommandBufferResetFlags> for CommandBufferResetFlags
[src][+]
impl StructuralEq for CommandBufferResetFlags
[src]
impl StructuralPartialEq for CommandBufferResetFlags
[src]
impl Sub<CommandBufferResetFlags> for CommandBufferResetFlags
[src][+]
impl SubAssign<CommandBufferResetFlags> for CommandBufferResetFlags
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for CommandBufferResetFlags
impl Send for CommandBufferResetFlags
impl Sync for CommandBufferResetFlags
impl Unpin for CommandBufferResetFlags
impl UnwindSafe for CommandBufferResetFlags
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,
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,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,