Struct ash::vk::BufferView
source · #[repr(transparent)]pub struct BufferView(_);
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<BufferView> for BufferView
impl PartialEq<BufferView> 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<BufferView> for BufferView
impl PartialOrd<BufferView> 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 more