pub struct AttachmentDescriptionFlags(/* private fields */);Expand description
Implementations§
Source§impl AttachmentDescriptionFlags
impl AttachmentDescriptionFlags
pub const fn empty() -> AttachmentDescriptionFlags
pub const fn from_raw(x: u32) -> AttachmentDescriptionFlags
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: AttachmentDescriptionFlags) -> bool
Sourcepub const fn contains(self, other: AttachmentDescriptionFlags) -> bool
pub const fn contains(self, other: AttachmentDescriptionFlags) -> bool
Returns whether other is a subset of self
Source§impl AttachmentDescriptionFlags
impl AttachmentDescriptionFlags
Sourcepub const MAY_ALIAS: AttachmentDescriptionFlags
pub const MAY_ALIAS: AttachmentDescriptionFlags
The attachment may alias physical memory of another attachment in the same render pass
Trait Implementations§
Source§impl BitAnd for AttachmentDescriptionFlags
impl BitAnd for AttachmentDescriptionFlags
Source§type Output = AttachmentDescriptionFlags
type Output = AttachmentDescriptionFlags
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: AttachmentDescriptionFlags) -> AttachmentDescriptionFlags
fn bitand(self, rhs: AttachmentDescriptionFlags) -> AttachmentDescriptionFlags
Performs the
& operation. Read moreSource§impl BitAndAssign for AttachmentDescriptionFlags
impl BitAndAssign for AttachmentDescriptionFlags
Source§fn bitand_assign(&mut self, rhs: AttachmentDescriptionFlags)
fn bitand_assign(&mut self, rhs: AttachmentDescriptionFlags)
Performs the
&= operation. Read moreSource§impl BitOr for AttachmentDescriptionFlags
impl BitOr for AttachmentDescriptionFlags
Source§type Output = AttachmentDescriptionFlags
type Output = AttachmentDescriptionFlags
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: AttachmentDescriptionFlags) -> AttachmentDescriptionFlags
fn bitor(self, rhs: AttachmentDescriptionFlags) -> AttachmentDescriptionFlags
Performs the
| operation. Read moreSource§impl BitOrAssign for AttachmentDescriptionFlags
impl BitOrAssign for AttachmentDescriptionFlags
Source§fn bitor_assign(&mut self, rhs: AttachmentDescriptionFlags)
fn bitor_assign(&mut self, rhs: AttachmentDescriptionFlags)
Performs the
|= operation. Read moreSource§impl BitXor for AttachmentDescriptionFlags
impl BitXor for AttachmentDescriptionFlags
Source§type Output = AttachmentDescriptionFlags
type Output = AttachmentDescriptionFlags
The resulting type after applying the
^ operator.Source§fn bitxor(self, rhs: AttachmentDescriptionFlags) -> AttachmentDescriptionFlags
fn bitxor(self, rhs: AttachmentDescriptionFlags) -> AttachmentDescriptionFlags
Performs the
^ operation. Read moreSource§impl BitXorAssign for AttachmentDescriptionFlags
impl BitXorAssign for AttachmentDescriptionFlags
Source§fn bitxor_assign(&mut self, rhs: AttachmentDescriptionFlags)
fn bitxor_assign(&mut self, rhs: AttachmentDescriptionFlags)
Performs the
^= operation. Read moreSource§impl Clone for AttachmentDescriptionFlags
impl Clone for AttachmentDescriptionFlags
Source§fn clone(&self) -> AttachmentDescriptionFlags
fn clone(&self) -> AttachmentDescriptionFlags
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AttachmentDescriptionFlags
impl Debug for AttachmentDescriptionFlags
Source§impl Default for AttachmentDescriptionFlags
impl Default for AttachmentDescriptionFlags
Source§fn default() -> AttachmentDescriptionFlags
fn default() -> AttachmentDescriptionFlags
Returns the “default value” for a type. Read more
Source§impl Hash for AttachmentDescriptionFlags
impl Hash for AttachmentDescriptionFlags
Source§impl Not for AttachmentDescriptionFlags
impl Not for AttachmentDescriptionFlags
Source§type Output = AttachmentDescriptionFlags
type Output = AttachmentDescriptionFlags
The resulting type after applying the
! operator.Source§fn not(self) -> AttachmentDescriptionFlags
fn not(self) -> AttachmentDescriptionFlags
Performs the unary
! operation. Read moreSource§impl Ord for AttachmentDescriptionFlags
impl Ord for AttachmentDescriptionFlags
Source§impl PartialOrd for AttachmentDescriptionFlags
impl PartialOrd for AttachmentDescriptionFlags
impl Copy for AttachmentDescriptionFlags
impl Eq for AttachmentDescriptionFlags
impl StructuralPartialEq for AttachmentDescriptionFlags
Auto Trait Implementations§
impl Freeze for AttachmentDescriptionFlags
impl RefUnwindSafe for AttachmentDescriptionFlags
impl Send for AttachmentDescriptionFlags
impl Sync for AttachmentDescriptionFlags
impl Unpin for AttachmentDescriptionFlags
impl UnwindSafe for AttachmentDescriptionFlags
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)