Struct ash::vk::DeviceAddressBindingFlagsEXT
source · pub struct DeviceAddressBindingFlagsEXT(/* private fields */);
Expand description
Implementations§
source§impl DeviceAddressBindingFlagsEXT
impl DeviceAddressBindingFlagsEXT
source§impl DeviceAddressBindingFlagsEXT
impl DeviceAddressBindingFlagsEXT
pub const INTERNAL_OBJECT: Self = _
Trait Implementations§
source§impl BitAndAssign for DeviceAddressBindingFlagsEXT
impl BitAndAssign for DeviceAddressBindingFlagsEXT
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for DeviceAddressBindingFlagsEXT
impl BitOr for DeviceAddressBindingFlagsEXT
source§impl BitOrAssign for DeviceAddressBindingFlagsEXT
impl BitOrAssign for DeviceAddressBindingFlagsEXT
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign for DeviceAddressBindingFlagsEXT
impl BitXorAssign for DeviceAddressBindingFlagsEXT
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for DeviceAddressBindingFlagsEXT
impl Clone for DeviceAddressBindingFlagsEXT
source§fn clone(&self) -> DeviceAddressBindingFlagsEXT
fn clone(&self) -> DeviceAddressBindingFlagsEXT
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 DeviceAddressBindingFlagsEXT
impl Debug for DeviceAddressBindingFlagsEXT
source§impl Hash for DeviceAddressBindingFlagsEXT
impl Hash for DeviceAddressBindingFlagsEXT
source§impl Not for DeviceAddressBindingFlagsEXT
impl Not for DeviceAddressBindingFlagsEXT
source§impl Ord for DeviceAddressBindingFlagsEXT
impl Ord for DeviceAddressBindingFlagsEXT
source§fn cmp(&self, other: &DeviceAddressBindingFlagsEXT) -> Ordering
fn cmp(&self, other: &DeviceAddressBindingFlagsEXT) -> 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 DeviceAddressBindingFlagsEXT
impl PartialEq for DeviceAddressBindingFlagsEXT
source§fn eq(&self, other: &DeviceAddressBindingFlagsEXT) -> bool
fn eq(&self, other: &DeviceAddressBindingFlagsEXT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for DeviceAddressBindingFlagsEXT
impl PartialOrd for DeviceAddressBindingFlagsEXT
source§fn partial_cmp(&self, other: &DeviceAddressBindingFlagsEXT) -> Option<Ordering>
fn partial_cmp(&self, other: &DeviceAddressBindingFlagsEXT) -> 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 DeviceAddressBindingFlagsEXT
impl Eq for DeviceAddressBindingFlagsEXT
impl StructuralPartialEq for DeviceAddressBindingFlagsEXT
Auto Trait Implementations§
impl Freeze for DeviceAddressBindingFlagsEXT
impl RefUnwindSafe for DeviceAddressBindingFlagsEXT
impl Send for DeviceAddressBindingFlagsEXT
impl Sync for DeviceAddressBindingFlagsEXT
impl Unpin for DeviceAddressBindingFlagsEXT
impl UnwindSafe for DeviceAddressBindingFlagsEXT
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