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