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