pub struct RenderingAttachmentFlagBitsKHR(/* private fields */);Expand description
Implementations§
Source§impl RenderingAttachmentFlagBitsKHR
impl RenderingAttachmentFlagBitsKHR
Sourcepub const INPUT_ATTACHMENT_FEEDBACK: Self
pub const INPUT_ATTACHMENT_FEEDBACK: Self
Bit 0.
Sourcepub const RESOLVE_SKIP_TRANSFER_FUNCTION: Self
pub const RESOLVE_SKIP_TRANSFER_FUNCTION: Self
Bit 1.
Sourcepub const RESOLVE_ENABLE_TRANSFER_FUNCTION: Self
pub const RESOLVE_ENABLE_TRANSFER_FUNCTION: Self
Bit 2.
pub const fn empty() -> Self
pub const fn from_raw(value: u32) -> Self
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: Self) -> bool
pub const fn all() -> Self
Trait Implementations§
Source§impl BitAndAssign for RenderingAttachmentFlagBitsKHR
impl BitAndAssign for RenderingAttachmentFlagBitsKHR
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for RenderingAttachmentFlagBitsKHR
impl BitOrAssign for RenderingAttachmentFlagBitsKHR
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for RenderingAttachmentFlagBitsKHR
impl BitXorAssign for RenderingAttachmentFlagBitsKHR
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for RenderingAttachmentFlagBitsKHR
impl Clone for RenderingAttachmentFlagBitsKHR
Source§fn clone(&self) -> RenderingAttachmentFlagBitsKHR
fn clone(&self) -> RenderingAttachmentFlagBitsKHR
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 Default for RenderingAttachmentFlagBitsKHR
impl Default for RenderingAttachmentFlagBitsKHR
Source§fn default() -> RenderingAttachmentFlagBitsKHR
fn default() -> RenderingAttachmentFlagBitsKHR
Returns the “default value” for a type. Read more
Source§impl Not for RenderingAttachmentFlagBitsKHR
impl Not for RenderingAttachmentFlagBitsKHR
Source§impl Ord for RenderingAttachmentFlagBitsKHR
impl Ord for RenderingAttachmentFlagBitsKHR
Source§fn cmp(&self, other: &RenderingAttachmentFlagBitsKHR) -> Ordering
fn cmp(&self, other: &RenderingAttachmentFlagBitsKHR) -> 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 RenderingAttachmentFlagBitsKHR
impl PartialEq for RenderingAttachmentFlagBitsKHR
Source§fn eq(&self, other: &RenderingAttachmentFlagBitsKHR) -> bool
fn eq(&self, other: &RenderingAttachmentFlagBitsKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for RenderingAttachmentFlagBitsKHR
impl PartialOrd for RenderingAttachmentFlagBitsKHR
impl Copy for RenderingAttachmentFlagBitsKHR
impl Eq for RenderingAttachmentFlagBitsKHR
impl StructuralPartialEq for RenderingAttachmentFlagBitsKHR
Auto Trait Implementations§
impl Freeze for RenderingAttachmentFlagBitsKHR
impl RefUnwindSafe for RenderingAttachmentFlagBitsKHR
impl Send for RenderingAttachmentFlagBitsKHR
impl Sync for RenderingAttachmentFlagBitsKHR
impl Unpin for RenderingAttachmentFlagBitsKHR
impl UnsafeUnpin for RenderingAttachmentFlagBitsKHR
impl UnwindSafe for RenderingAttachmentFlagBitsKHR
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