Struct ash::vk::BufferCollectionFUCHSIA  
source · #[repr(transparent)]pub struct BufferCollectionFUCHSIA(_);Expand description
Implementations§
Trait Implementations§
source§impl Clone for BufferCollectionFUCHSIA
 
impl Clone for BufferCollectionFUCHSIA
source§fn clone(&self) -> BufferCollectionFUCHSIA
 
fn clone(&self) -> BufferCollectionFUCHSIA
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 BufferCollectionFUCHSIA
 
impl Debug for BufferCollectionFUCHSIA
source§impl Default for BufferCollectionFUCHSIA
 
impl Default for BufferCollectionFUCHSIA
source§fn default() -> BufferCollectionFUCHSIA
 
fn default() -> BufferCollectionFUCHSIA
Returns the “default value” for a type. Read more
source§impl Handle for BufferCollectionFUCHSIA
 
impl Handle for BufferCollectionFUCHSIA
source§impl Hash for BufferCollectionFUCHSIA
 
impl Hash for BufferCollectionFUCHSIA
source§impl Ord for BufferCollectionFUCHSIA
 
impl Ord for BufferCollectionFUCHSIA
source§fn cmp(&self, other: &BufferCollectionFUCHSIA) -> Ordering
 
fn cmp(&self, other: &BufferCollectionFUCHSIA) -> 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<BufferCollectionFUCHSIA> for BufferCollectionFUCHSIA
 
impl PartialEq<BufferCollectionFUCHSIA> for BufferCollectionFUCHSIA
source§fn eq(&self, other: &BufferCollectionFUCHSIA) -> bool
 
fn eq(&self, other: &BufferCollectionFUCHSIA) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd<BufferCollectionFUCHSIA> for BufferCollectionFUCHSIA
 
impl PartialOrd<BufferCollectionFUCHSIA> for BufferCollectionFUCHSIA
source§fn partial_cmp(&self, other: &BufferCollectionFUCHSIA) -> Option<Ordering>
 
fn partial_cmp(&self, other: &BufferCollectionFUCHSIA) -> 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 more