Struct screen_13::prelude::vk::DeviceAddressBindingTypeEXT
source · pub struct DeviceAddressBindingTypeEXT(_);Expand description
Implementations§
source§impl DeviceAddressBindingTypeEXT
impl DeviceAddressBindingTypeEXT
pub const BIND: DeviceAddressBindingTypeEXT = Self(0)
pub const UNBIND: DeviceAddressBindingTypeEXT = Self(1)
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<DeviceAddressBindingTypeEXT> for DeviceAddressBindingTypeEXT
impl PartialEq<DeviceAddressBindingTypeEXT> 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<DeviceAddressBindingTypeEXT> for DeviceAddressBindingTypeEXT
impl PartialOrd<DeviceAddressBindingTypeEXT> 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 more