Struct ash::vk::BufferCollectionFUCHSIA
source · pub struct BufferCollectionFUCHSIA(/* private fields */);
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 for BufferCollectionFUCHSIA
impl PartialEq 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 for BufferCollectionFUCHSIA
impl PartialOrd 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 moresource§impl Pointer for BufferCollectionFUCHSIA
impl Pointer for BufferCollectionFUCHSIA
impl Copy for BufferCollectionFUCHSIA
impl Eq for BufferCollectionFUCHSIA
impl StructuralPartialEq for BufferCollectionFUCHSIA
Auto Trait Implementations§
impl Freeze for BufferCollectionFUCHSIA
impl RefUnwindSafe for BufferCollectionFUCHSIA
impl Send for BufferCollectionFUCHSIA
impl Sync for BufferCollectionFUCHSIA
impl Unpin for BufferCollectionFUCHSIA
impl UnwindSafe for BufferCollectionFUCHSIA
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