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