pub struct CommandBufferResetFlagBits(/* private fields */);Expand description
Implementations§
Source§impl CommandBufferResetFlagBits
impl CommandBufferResetFlagBits
Sourcepub const RELEASE_RESOURCES: CommandBufferResetFlagBits
pub const RELEASE_RESOURCES: CommandBufferResetFlagBits
Bit 0.
pub const fn empty() -> CommandBufferResetFlagBits
pub const fn from_raw(value: u32) -> CommandBufferResetFlagBits
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: CommandBufferResetFlagBits) -> bool
pub const fn all() -> CommandBufferResetFlagBits
Trait Implementations§
Source§impl BitAnd for CommandBufferResetFlagBits
impl BitAnd for CommandBufferResetFlagBits
Source§type Output = CommandBufferResetFlagBits
type Output = CommandBufferResetFlagBits
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: CommandBufferResetFlagBits) -> CommandBufferResetFlagBits
fn bitand(self, rhs: CommandBufferResetFlagBits) -> CommandBufferResetFlagBits
Performs the
& operation. Read moreSource§impl BitAndAssign for CommandBufferResetFlagBits
impl BitAndAssign for CommandBufferResetFlagBits
Source§fn bitand_assign(&mut self, rhs: CommandBufferResetFlagBits)
fn bitand_assign(&mut self, rhs: CommandBufferResetFlagBits)
Performs the
&= operation. Read moreSource§impl BitOr for CommandBufferResetFlagBits
impl BitOr for CommandBufferResetFlagBits
Source§type Output = CommandBufferResetFlagBits
type Output = CommandBufferResetFlagBits
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: CommandBufferResetFlagBits) -> CommandBufferResetFlagBits
fn bitor(self, rhs: CommandBufferResetFlagBits) -> CommandBufferResetFlagBits
Performs the
| operation. Read moreSource§impl BitOrAssign for CommandBufferResetFlagBits
impl BitOrAssign for CommandBufferResetFlagBits
Source§fn bitor_assign(&mut self, rhs: CommandBufferResetFlagBits)
fn bitor_assign(&mut self, rhs: CommandBufferResetFlagBits)
Performs the
|= operation. Read moreSource§impl BitXor for CommandBufferResetFlagBits
impl BitXor for CommandBufferResetFlagBits
Source§type Output = CommandBufferResetFlagBits
type Output = CommandBufferResetFlagBits
The resulting type after applying the
^ operator.Source§fn bitxor(self, rhs: CommandBufferResetFlagBits) -> CommandBufferResetFlagBits
fn bitxor(self, rhs: CommandBufferResetFlagBits) -> CommandBufferResetFlagBits
Performs the
^ operation. Read moreSource§impl BitXorAssign for CommandBufferResetFlagBits
impl BitXorAssign for CommandBufferResetFlagBits
Source§fn bitxor_assign(&mut self, rhs: CommandBufferResetFlagBits)
fn bitxor_assign(&mut self, rhs: CommandBufferResetFlagBits)
Performs the
^= operation. Read moreSource§impl Clone for CommandBufferResetFlagBits
impl Clone for CommandBufferResetFlagBits
Source§fn clone(&self) -> CommandBufferResetFlagBits
fn clone(&self) -> CommandBufferResetFlagBits
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CommandBufferResetFlagBits
impl Debug for CommandBufferResetFlagBits
Source§impl Default for CommandBufferResetFlagBits
impl Default for CommandBufferResetFlagBits
Source§fn default() -> CommandBufferResetFlagBits
fn default() -> CommandBufferResetFlagBits
Returns the “default value” for a type. Read more
Source§impl Hash for CommandBufferResetFlagBits
impl Hash for CommandBufferResetFlagBits
Source§impl Not for CommandBufferResetFlagBits
impl Not for CommandBufferResetFlagBits
Source§type Output = CommandBufferResetFlagBits
type Output = CommandBufferResetFlagBits
The resulting type after applying the
! operator.Source§fn not(self) -> CommandBufferResetFlagBits
fn not(self) -> CommandBufferResetFlagBits
Performs the unary
! operation. Read moreSource§impl Ord for CommandBufferResetFlagBits
impl Ord for CommandBufferResetFlagBits
Source§fn cmp(&self, other: &CommandBufferResetFlagBits) -> Ordering
fn cmp(&self, other: &CommandBufferResetFlagBits) -> Ordering
1.21.0 · Source§fn 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
Source§impl PartialOrd for CommandBufferResetFlagBits
impl PartialOrd for CommandBufferResetFlagBits
impl Copy for CommandBufferResetFlagBits
impl Eq for CommandBufferResetFlagBits
impl StructuralPartialEq for CommandBufferResetFlagBits
Auto Trait Implementations§
impl Freeze for CommandBufferResetFlagBits
impl RefUnwindSafe for CommandBufferResetFlagBits
impl Send for CommandBufferResetFlagBits
impl Sync for CommandBufferResetFlagBits
impl Unpin for CommandBufferResetFlagBits
impl UnsafeUnpin for CommandBufferResetFlagBits
impl UnwindSafe for CommandBufferResetFlagBits
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more