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