#[repr(transparent)]pub struct DeviceMemoryReportFlagsEXT(_);Expand description
Implementations
sourceimpl DeviceMemoryReportFlagsEXT
impl DeviceMemoryReportFlagsEXT
pub const fn empty() -> DeviceMemoryReportFlagsEXT
pub const fn from_raw(x: u32) -> DeviceMemoryReportFlagsEXT
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: DeviceMemoryReportFlagsEXT) -> bool
sourcepub const fn contains(self, other: DeviceMemoryReportFlagsEXT) -> bool
pub const fn contains(self, other: DeviceMemoryReportFlagsEXT) -> bool
Returns whether other is a subset of self
Trait Implementations
sourceimpl BitAnd<DeviceMemoryReportFlagsEXT> for DeviceMemoryReportFlagsEXT
impl BitAnd<DeviceMemoryReportFlagsEXT> for DeviceMemoryReportFlagsEXT
type Output = DeviceMemoryReportFlagsEXT
type Output = DeviceMemoryReportFlagsEXT
The resulting type after applying the & operator.
sourcefn bitand(self, rhs: DeviceMemoryReportFlagsEXT) -> DeviceMemoryReportFlagsEXT
fn bitand(self, rhs: DeviceMemoryReportFlagsEXT) -> DeviceMemoryReportFlagsEXT
Performs the & operation. Read more
sourceimpl BitAndAssign<DeviceMemoryReportFlagsEXT> for DeviceMemoryReportFlagsEXT
impl BitAndAssign<DeviceMemoryReportFlagsEXT> for DeviceMemoryReportFlagsEXT
sourcefn bitand_assign(&mut self, rhs: DeviceMemoryReportFlagsEXT)
fn bitand_assign(&mut self, rhs: DeviceMemoryReportFlagsEXT)
Performs the &= operation. Read more
sourceimpl BitOr<DeviceMemoryReportFlagsEXT> for DeviceMemoryReportFlagsEXT
impl BitOr<DeviceMemoryReportFlagsEXT> for DeviceMemoryReportFlagsEXT
type Output = DeviceMemoryReportFlagsEXT
type Output = DeviceMemoryReportFlagsEXT
The resulting type after applying the | operator.
sourcefn bitor(self, rhs: DeviceMemoryReportFlagsEXT) -> DeviceMemoryReportFlagsEXT
fn bitor(self, rhs: DeviceMemoryReportFlagsEXT) -> DeviceMemoryReportFlagsEXT
Performs the | operation. Read more
sourceimpl BitOrAssign<DeviceMemoryReportFlagsEXT> for DeviceMemoryReportFlagsEXT
impl BitOrAssign<DeviceMemoryReportFlagsEXT> for DeviceMemoryReportFlagsEXT
sourcefn bitor_assign(&mut self, rhs: DeviceMemoryReportFlagsEXT)
fn bitor_assign(&mut self, rhs: DeviceMemoryReportFlagsEXT)
Performs the |= operation. Read more
sourceimpl BitXor<DeviceMemoryReportFlagsEXT> for DeviceMemoryReportFlagsEXT
impl BitXor<DeviceMemoryReportFlagsEXT> for DeviceMemoryReportFlagsEXT
type Output = DeviceMemoryReportFlagsEXT
type Output = DeviceMemoryReportFlagsEXT
The resulting type after applying the ^ operator.
sourcefn bitxor(self, rhs: DeviceMemoryReportFlagsEXT) -> DeviceMemoryReportFlagsEXT
fn bitxor(self, rhs: DeviceMemoryReportFlagsEXT) -> DeviceMemoryReportFlagsEXT
Performs the ^ operation. Read more
sourceimpl BitXorAssign<DeviceMemoryReportFlagsEXT> for DeviceMemoryReportFlagsEXT
impl BitXorAssign<DeviceMemoryReportFlagsEXT> for DeviceMemoryReportFlagsEXT
sourcefn bitxor_assign(&mut self, rhs: DeviceMemoryReportFlagsEXT)
fn bitxor_assign(&mut self, rhs: DeviceMemoryReportFlagsEXT)
Performs the ^= operation. Read more
sourceimpl Clone for DeviceMemoryReportFlagsEXT
impl Clone for DeviceMemoryReportFlagsEXT
sourcefn clone(&self) -> DeviceMemoryReportFlagsEXT
fn clone(&self) -> DeviceMemoryReportFlagsEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for DeviceMemoryReportFlagsEXT
impl Debug for DeviceMemoryReportFlagsEXT
sourceimpl Default for DeviceMemoryReportFlagsEXT
impl Default for DeviceMemoryReportFlagsEXT
sourcefn default() -> DeviceMemoryReportFlagsEXT
fn default() -> DeviceMemoryReportFlagsEXT
Returns the “default value” for a type. Read more
sourceimpl Hash for DeviceMemoryReportFlagsEXT
impl Hash for DeviceMemoryReportFlagsEXT
sourceimpl Not for DeviceMemoryReportFlagsEXT
impl Not for DeviceMemoryReportFlagsEXT
type Output = DeviceMemoryReportFlagsEXT
type Output = DeviceMemoryReportFlagsEXT
The resulting type after applying the ! operator.
sourcefn not(self) -> DeviceMemoryReportFlagsEXT
fn not(self) -> DeviceMemoryReportFlagsEXT
Performs the unary ! operation. Read more
sourceimpl Ord for DeviceMemoryReportFlagsEXT
impl Ord for DeviceMemoryReportFlagsEXT
sourceimpl PartialEq<DeviceMemoryReportFlagsEXT> for DeviceMemoryReportFlagsEXT
impl PartialEq<DeviceMemoryReportFlagsEXT> for DeviceMemoryReportFlagsEXT
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &DeviceMemoryReportFlagsEXT) -> bool
fn ne(&self, other: &DeviceMemoryReportFlagsEXT) -> bool
This method tests for !=.
sourceimpl PartialOrd<DeviceMemoryReportFlagsEXT> for DeviceMemoryReportFlagsEXT
impl PartialOrd<DeviceMemoryReportFlagsEXT> for DeviceMemoryReportFlagsEXT
sourcefn partial_cmp(&self, other: &DeviceMemoryReportFlagsEXT) -> Option<Ordering>
fn partial_cmp(&self, other: &DeviceMemoryReportFlagsEXT) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn 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
impl Copy for DeviceMemoryReportFlagsEXT
impl Eq for DeviceMemoryReportFlagsEXT
impl StructuralEq for DeviceMemoryReportFlagsEXT
impl StructuralPartialEq for DeviceMemoryReportFlagsEXT
Auto Trait Implementations
impl RefUnwindSafe for DeviceMemoryReportFlagsEXT
impl Send for DeviceMemoryReportFlagsEXT
impl Sync for DeviceMemoryReportFlagsEXT
impl Unpin for DeviceMemoryReportFlagsEXT
impl UnwindSafe for DeviceMemoryReportFlagsEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more