Struct ash::vk::enums::OutOfBandQueueTypeNV
source · #[repr(transparent)]pub struct OutOfBandQueueTypeNV(pub(crate) i32);
Expand description
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
source§impl Clone for OutOfBandQueueTypeNV
impl Clone for OutOfBandQueueTypeNV
source§fn clone(&self) -> OutOfBandQueueTypeNV
fn clone(&self) -> OutOfBandQueueTypeNV
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 OutOfBandQueueTypeNV
impl Debug for OutOfBandQueueTypeNV
source§impl Default for OutOfBandQueueTypeNV
impl Default for OutOfBandQueueTypeNV
source§fn default() -> OutOfBandQueueTypeNV
fn default() -> OutOfBandQueueTypeNV
Returns the “default value” for a type. Read more
source§impl Hash for OutOfBandQueueTypeNV
impl Hash for OutOfBandQueueTypeNV
source§impl Ord for OutOfBandQueueTypeNV
impl Ord for OutOfBandQueueTypeNV
source§fn cmp(&self, other: &OutOfBandQueueTypeNV) -> Ordering
fn cmp(&self, other: &OutOfBandQueueTypeNV) -> 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 OutOfBandQueueTypeNV
impl PartialEq for OutOfBandQueueTypeNV
source§fn eq(&self, other: &OutOfBandQueueTypeNV) -> bool
fn eq(&self, other: &OutOfBandQueueTypeNV) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for OutOfBandQueueTypeNV
impl PartialOrd for OutOfBandQueueTypeNV
source§fn partial_cmp(&self, other: &OutOfBandQueueTypeNV) -> Option<Ordering>
fn partial_cmp(&self, other: &OutOfBandQueueTypeNV) -> 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 OutOfBandQueueTypeNV
impl Eq for OutOfBandQueueTypeNV
impl StructuralPartialEq for OutOfBandQueueTypeNV
Auto Trait Implementations§
impl Freeze for OutOfBandQueueTypeNV
impl RefUnwindSafe for OutOfBandQueueTypeNV
impl Send for OutOfBandQueueTypeNV
impl Sync for OutOfBandQueueTypeNV
impl Unpin for OutOfBandQueueTypeNV
impl UnwindSafe for OutOfBandQueueTypeNV
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