#[repr(transparent)]pub struct VkRenderingFlags(pub i32);Expand description
VkRenderingFlags
Tuple Fields§
§0: i32Implementations§
Source§impl VkRenderingFlags
impl VkRenderingFlags
Sourcepub const fn has_any_flags(self, flags: Self) -> bool
pub const fn has_any_flags(self, flags: Self) -> bool
return is any bits in flags are set
Sourcepub const fn has_flags_only(self, flags: Self) -> bool
pub const fn has_flags_only(self, flags: Self) -> bool
return is only bits in flags are set
Trait Implementations§
Source§impl BitAnd for VkRenderingFlags
impl BitAnd for VkRenderingFlags
Source§impl BitAndAssign for VkRenderingFlags
impl BitAndAssign for VkRenderingFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for VkRenderingFlags
impl BitOr for VkRenderingFlags
Source§impl BitOrAssign for VkRenderingFlags
impl BitOrAssign for VkRenderingFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXor for VkRenderingFlags
impl BitXor for VkRenderingFlags
Source§impl BitXorAssign for VkRenderingFlags
impl BitXorAssign for VkRenderingFlags
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for VkRenderingFlags
impl Clone for VkRenderingFlags
Source§fn clone(&self) -> VkRenderingFlags
fn clone(&self) -> VkRenderingFlags
Returns a duplicate 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 VkRenderingFlags
impl Debug for VkRenderingFlags
Source§impl Default for VkRenderingFlags
impl Default for VkRenderingFlags
Source§fn default() -> VkRenderingFlags
fn default() -> VkRenderingFlags
Returns the “default value” for a type. Read more
Source§impl Display for VkRenderingFlags
impl Display for VkRenderingFlags
Source§impl From<VkRenderingFlags> for i32
impl From<VkRenderingFlags> for i32
Source§fn from(value: VkRenderingFlags) -> Self
fn from(value: VkRenderingFlags) -> Self
Converts to this type from the input type.
Source§impl From<i32> for VkRenderingFlags
impl From<i32> for VkRenderingFlags
Source§impl Hash for VkRenderingFlags
impl Hash for VkRenderingFlags
Source§impl Not for VkRenderingFlags
impl Not for VkRenderingFlags
Source§impl Ord for VkRenderingFlags
impl Ord for VkRenderingFlags
Source§fn cmp(&self, other: &VkRenderingFlags) -> Ordering
fn cmp(&self, other: &VkRenderingFlags) -> 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 VkRenderingFlags
impl PartialEq for VkRenderingFlags
Source§impl PartialOrd for VkRenderingFlags
impl PartialOrd for VkRenderingFlags
impl Copy for VkRenderingFlags
impl Eq for VkRenderingFlags
impl StructuralPartialEq for VkRenderingFlags
Auto Trait Implementations§
impl Freeze for VkRenderingFlags
impl RefUnwindSafe for VkRenderingFlags
impl Send for VkRenderingFlags
impl Sync for VkRenderingFlags
impl Unpin for VkRenderingFlags
impl UnsafeUnpin for VkRenderingFlags
impl UnwindSafe for VkRenderingFlags
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