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