pub struct PipelineLayoutCreateFlagBits(/* private fields */);Expand description
Implementations§
Source§impl PipelineLayoutCreateFlagBits
impl PipelineLayoutCreateFlagBits
Sourcepub const INDEPENDENT_SETS: PipelineLayoutCreateFlagBits
pub const INDEPENDENT_SETS: PipelineLayoutCreateFlagBits
Bit 1.
pub const fn empty() -> PipelineLayoutCreateFlagBits
pub const fn from_raw(value: u32) -> PipelineLayoutCreateFlagBits
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: PipelineLayoutCreateFlagBits) -> bool
pub const fn all() -> PipelineLayoutCreateFlagBits
Trait Implementations§
Source§impl BitAnd for PipelineLayoutCreateFlagBits
impl BitAnd for PipelineLayoutCreateFlagBits
Source§type Output = PipelineLayoutCreateFlagBits
type Output = PipelineLayoutCreateFlagBits
The resulting type after applying the
& operator.Source§fn bitand(
self,
rhs: PipelineLayoutCreateFlagBits,
) -> PipelineLayoutCreateFlagBits
fn bitand( self, rhs: PipelineLayoutCreateFlagBits, ) -> PipelineLayoutCreateFlagBits
Performs the
& operation. Read moreSource§impl BitAndAssign for PipelineLayoutCreateFlagBits
impl BitAndAssign for PipelineLayoutCreateFlagBits
Source§fn bitand_assign(&mut self, rhs: PipelineLayoutCreateFlagBits)
fn bitand_assign(&mut self, rhs: PipelineLayoutCreateFlagBits)
Performs the
&= operation. Read moreSource§impl BitOr for PipelineLayoutCreateFlagBits
impl BitOr for PipelineLayoutCreateFlagBits
Source§type Output = PipelineLayoutCreateFlagBits
type Output = PipelineLayoutCreateFlagBits
The resulting type after applying the
| operator.Source§fn bitor(
self,
rhs: PipelineLayoutCreateFlagBits,
) -> PipelineLayoutCreateFlagBits
fn bitor( self, rhs: PipelineLayoutCreateFlagBits, ) -> PipelineLayoutCreateFlagBits
Performs the
| operation. Read moreSource§impl BitOrAssign for PipelineLayoutCreateFlagBits
impl BitOrAssign for PipelineLayoutCreateFlagBits
Source§fn bitor_assign(&mut self, rhs: PipelineLayoutCreateFlagBits)
fn bitor_assign(&mut self, rhs: PipelineLayoutCreateFlagBits)
Performs the
|= operation. Read moreSource§impl BitXor for PipelineLayoutCreateFlagBits
impl BitXor for PipelineLayoutCreateFlagBits
Source§type Output = PipelineLayoutCreateFlagBits
type Output = PipelineLayoutCreateFlagBits
The resulting type after applying the
^ operator.Source§fn bitxor(
self,
rhs: PipelineLayoutCreateFlagBits,
) -> PipelineLayoutCreateFlagBits
fn bitxor( self, rhs: PipelineLayoutCreateFlagBits, ) -> PipelineLayoutCreateFlagBits
Performs the
^ operation. Read moreSource§impl BitXorAssign for PipelineLayoutCreateFlagBits
impl BitXorAssign for PipelineLayoutCreateFlagBits
Source§fn bitxor_assign(&mut self, rhs: PipelineLayoutCreateFlagBits)
fn bitxor_assign(&mut self, rhs: PipelineLayoutCreateFlagBits)
Performs the
^= operation. Read moreSource§impl Clone for PipelineLayoutCreateFlagBits
impl Clone for PipelineLayoutCreateFlagBits
Source§fn clone(&self) -> PipelineLayoutCreateFlagBits
fn clone(&self) -> PipelineLayoutCreateFlagBits
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 PipelineLayoutCreateFlagBits
impl Debug for PipelineLayoutCreateFlagBits
Source§impl Default for PipelineLayoutCreateFlagBits
impl Default for PipelineLayoutCreateFlagBits
Source§fn default() -> PipelineLayoutCreateFlagBits
fn default() -> PipelineLayoutCreateFlagBits
Returns the “default value” for a type. Read more
Source§impl Hash for PipelineLayoutCreateFlagBits
impl Hash for PipelineLayoutCreateFlagBits
Source§impl Not for PipelineLayoutCreateFlagBits
impl Not for PipelineLayoutCreateFlagBits
Source§type Output = PipelineLayoutCreateFlagBits
type Output = PipelineLayoutCreateFlagBits
The resulting type after applying the
! operator.Source§fn not(self) -> PipelineLayoutCreateFlagBits
fn not(self) -> PipelineLayoutCreateFlagBits
Performs the unary
! operation. Read moreSource§impl Ord for PipelineLayoutCreateFlagBits
impl Ord for PipelineLayoutCreateFlagBits
Source§fn cmp(&self, other: &PipelineLayoutCreateFlagBits) -> Ordering
fn cmp(&self, other: &PipelineLayoutCreateFlagBits) -> 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 PipelineLayoutCreateFlagBits
impl PartialEq for PipelineLayoutCreateFlagBits
Source§fn eq(&self, other: &PipelineLayoutCreateFlagBits) -> bool
fn eq(&self, other: &PipelineLayoutCreateFlagBits) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PipelineLayoutCreateFlagBits
impl PartialOrd for PipelineLayoutCreateFlagBits
impl Copy for PipelineLayoutCreateFlagBits
impl Eq for PipelineLayoutCreateFlagBits
impl StructuralPartialEq for PipelineLayoutCreateFlagBits
Auto Trait Implementations§
impl Freeze for PipelineLayoutCreateFlagBits
impl RefUnwindSafe for PipelineLayoutCreateFlagBits
impl Send for PipelineLayoutCreateFlagBits
impl Sync for PipelineLayoutCreateFlagBits
impl Unpin for PipelineLayoutCreateFlagBits
impl UnsafeUnpin for PipelineLayoutCreateFlagBits
impl UnwindSafe for PipelineLayoutCreateFlagBits
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