Struct ash::vk::CommandBufferLevel
source · pub struct CommandBufferLevel(/* private fields */);
Expand description
Implementations§
Trait Implementations§
source§impl Clone for CommandBufferLevel
impl Clone for CommandBufferLevel
source§fn clone(&self) -> CommandBufferLevel
fn clone(&self) -> CommandBufferLevel
Returns a copy 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 CommandBufferLevel
impl Debug for CommandBufferLevel
source§impl Default for CommandBufferLevel
impl Default for CommandBufferLevel
source§fn default() -> CommandBufferLevel
fn default() -> CommandBufferLevel
Returns the “default value” for a type. Read more
source§impl Hash for CommandBufferLevel
impl Hash for CommandBufferLevel
source§impl Ord for CommandBufferLevel
impl Ord for CommandBufferLevel
source§fn cmp(&self, other: &CommandBufferLevel) -> Ordering
fn cmp(&self, other: &CommandBufferLevel) -> 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 PartialEq for CommandBufferLevel
impl PartialEq for CommandBufferLevel
source§fn eq(&self, other: &CommandBufferLevel) -> bool
fn eq(&self, other: &CommandBufferLevel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for CommandBufferLevel
impl PartialOrd for CommandBufferLevel
source§fn partial_cmp(&self, other: &CommandBufferLevel) -> Option<Ordering>
fn partial_cmp(&self, other: &CommandBufferLevel) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for CommandBufferLevel
impl Eq for CommandBufferLevel
impl StructuralPartialEq for CommandBufferLevel
Auto Trait Implementations§
impl Freeze for CommandBufferLevel
impl RefUnwindSafe for CommandBufferLevel
impl Send for CommandBufferLevel
impl Sync for CommandBufferLevel
impl Unpin for CommandBufferLevel
impl UnwindSafe for CommandBufferLevel
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