Struct screen_13::prelude::vk::MicromapCreateFlagsEXT
source · pub struct MicromapCreateFlagsEXT(_);Expand description
Implementations§
source§impl MicromapCreateFlagsEXT
impl MicromapCreateFlagsEXT
pub const fn empty() -> MicromapCreateFlagsEXT
pub const fn from_raw(x: u32) -> MicromapCreateFlagsEXT
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: MicromapCreateFlagsEXT) -> bool
sourcepub const fn contains(self, other: MicromapCreateFlagsEXT) -> bool
pub const fn contains(self, other: MicromapCreateFlagsEXT) -> bool
Returns whether other is a subset of self
source§impl MicromapCreateFlagsEXT
impl MicromapCreateFlagsEXT
pub const DEVICE_ADDRESS_CAPTURE_REPLAY: MicromapCreateFlagsEXT = Self(1)
Trait Implementations§
source§impl BitAnd<MicromapCreateFlagsEXT> for MicromapCreateFlagsEXT
impl BitAnd<MicromapCreateFlagsEXT> for MicromapCreateFlagsEXT
§type Output = MicromapCreateFlagsEXT
type Output = MicromapCreateFlagsEXT
The resulting type after applying the
& operator.source§fn bitand(self, rhs: MicromapCreateFlagsEXT) -> MicromapCreateFlagsEXT
fn bitand(self, rhs: MicromapCreateFlagsEXT) -> MicromapCreateFlagsEXT
Performs the
& operation. Read moresource§impl BitAndAssign<MicromapCreateFlagsEXT> for MicromapCreateFlagsEXT
impl BitAndAssign<MicromapCreateFlagsEXT> for MicromapCreateFlagsEXT
source§fn bitand_assign(&mut self, rhs: MicromapCreateFlagsEXT)
fn bitand_assign(&mut self, rhs: MicromapCreateFlagsEXT)
Performs the
&= operation. Read moresource§impl BitOr<MicromapCreateFlagsEXT> for MicromapCreateFlagsEXT
impl BitOr<MicromapCreateFlagsEXT> for MicromapCreateFlagsEXT
§type Output = MicromapCreateFlagsEXT
type Output = MicromapCreateFlagsEXT
The resulting type after applying the
| operator.source§fn bitor(self, rhs: MicromapCreateFlagsEXT) -> MicromapCreateFlagsEXT
fn bitor(self, rhs: MicromapCreateFlagsEXT) -> MicromapCreateFlagsEXT
Performs the
| operation. Read moresource§impl BitOrAssign<MicromapCreateFlagsEXT> for MicromapCreateFlagsEXT
impl BitOrAssign<MicromapCreateFlagsEXT> for MicromapCreateFlagsEXT
source§fn bitor_assign(&mut self, rhs: MicromapCreateFlagsEXT)
fn bitor_assign(&mut self, rhs: MicromapCreateFlagsEXT)
Performs the
|= operation. Read moresource§impl BitXor<MicromapCreateFlagsEXT> for MicromapCreateFlagsEXT
impl BitXor<MicromapCreateFlagsEXT> for MicromapCreateFlagsEXT
§type Output = MicromapCreateFlagsEXT
type Output = MicromapCreateFlagsEXT
The resulting type after applying the
^ operator.source§fn bitxor(self, rhs: MicromapCreateFlagsEXT) -> MicromapCreateFlagsEXT
fn bitxor(self, rhs: MicromapCreateFlagsEXT) -> MicromapCreateFlagsEXT
Performs the
^ operation. Read moresource§impl BitXorAssign<MicromapCreateFlagsEXT> for MicromapCreateFlagsEXT
impl BitXorAssign<MicromapCreateFlagsEXT> for MicromapCreateFlagsEXT
source§fn bitxor_assign(&mut self, rhs: MicromapCreateFlagsEXT)
fn bitxor_assign(&mut self, rhs: MicromapCreateFlagsEXT)
Performs the
^= operation. Read moresource§impl Clone for MicromapCreateFlagsEXT
impl Clone for MicromapCreateFlagsEXT
source§fn clone(&self) -> MicromapCreateFlagsEXT
fn clone(&self) -> MicromapCreateFlagsEXT
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 MicromapCreateFlagsEXT
impl Debug for MicromapCreateFlagsEXT
source§impl Default for MicromapCreateFlagsEXT
impl Default for MicromapCreateFlagsEXT
source§fn default() -> MicromapCreateFlagsEXT
fn default() -> MicromapCreateFlagsEXT
Returns the “default value” for a type. Read more
source§impl Hash for MicromapCreateFlagsEXT
impl Hash for MicromapCreateFlagsEXT
source§impl Not for MicromapCreateFlagsEXT
impl Not for MicromapCreateFlagsEXT
§type Output = MicromapCreateFlagsEXT
type Output = MicromapCreateFlagsEXT
The resulting type after applying the
! operator.source§fn not(self) -> MicromapCreateFlagsEXT
fn not(self) -> MicromapCreateFlagsEXT
Performs the unary
! operation. Read moresource§impl Ord for MicromapCreateFlagsEXT
impl Ord for MicromapCreateFlagsEXT
source§fn cmp(&self, other: &MicromapCreateFlagsEXT) -> Ordering
fn cmp(&self, other: &MicromapCreateFlagsEXT) -> 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<MicromapCreateFlagsEXT> for MicromapCreateFlagsEXT
impl PartialEq<MicromapCreateFlagsEXT> for MicromapCreateFlagsEXT
source§fn eq(&self, other: &MicromapCreateFlagsEXT) -> bool
fn eq(&self, other: &MicromapCreateFlagsEXT) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<MicromapCreateFlagsEXT> for MicromapCreateFlagsEXT
impl PartialOrd<MicromapCreateFlagsEXT> for MicromapCreateFlagsEXT
source§fn partial_cmp(&self, other: &MicromapCreateFlagsEXT) -> Option<Ordering>
fn partial_cmp(&self, other: &MicromapCreateFlagsEXT) -> 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