pub struct PipelineLayoutCreateFlags(/* private fields */);
Expand description
Implementations§
Source§impl PipelineLayoutCreateFlags
impl PipelineLayoutCreateFlags
Source§impl PipelineLayoutCreateFlags
impl PipelineLayoutCreateFlags
Generated from ‘VK_AMD_extension_319’
pub const RESERVED_0_AMD: Self = _
Source§impl PipelineLayoutCreateFlags
impl PipelineLayoutCreateFlags
Generated from ‘VK_EXT_graphics_pipeline_library’
pub const INDEPENDENT_SETS_EXT: Self = _
Trait Implementations§
Source§impl BitAnd for PipelineLayoutCreateFlags
impl BitAnd for PipelineLayoutCreateFlags
Source§impl BitAndAssign for PipelineLayoutCreateFlags
impl BitAndAssign for PipelineLayoutCreateFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for PipelineLayoutCreateFlags
impl BitOr for PipelineLayoutCreateFlags
Source§impl BitOrAssign for PipelineLayoutCreateFlags
impl BitOrAssign for PipelineLayoutCreateFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXor for PipelineLayoutCreateFlags
impl BitXor for PipelineLayoutCreateFlags
Source§impl BitXorAssign for PipelineLayoutCreateFlags
impl BitXorAssign for PipelineLayoutCreateFlags
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moreSource§impl Clone for PipelineLayoutCreateFlags
impl Clone for PipelineLayoutCreateFlags
Source§fn clone(&self) -> PipelineLayoutCreateFlags
fn clone(&self) -> PipelineLayoutCreateFlags
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 PipelineLayoutCreateFlags
impl Debug for PipelineLayoutCreateFlags
Source§impl Default for PipelineLayoutCreateFlags
impl Default for PipelineLayoutCreateFlags
Source§impl Hash for PipelineLayoutCreateFlags
impl Hash for PipelineLayoutCreateFlags
Source§impl Not for PipelineLayoutCreateFlags
impl Not for PipelineLayoutCreateFlags
Source§impl Ord for PipelineLayoutCreateFlags
impl Ord for PipelineLayoutCreateFlags
Source§fn cmp(&self, other: &PipelineLayoutCreateFlags) -> Ordering
fn cmp(&self, other: &PipelineLayoutCreateFlags) -> 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 PartialOrd for PipelineLayoutCreateFlags
impl PartialOrd for PipelineLayoutCreateFlags
impl Copy for PipelineLayoutCreateFlags
impl Eq for PipelineLayoutCreateFlags
impl StructuralPartialEq for PipelineLayoutCreateFlags
Auto Trait Implementations§
impl Freeze for PipelineLayoutCreateFlags
impl RefUnwindSafe for PipelineLayoutCreateFlags
impl Send for PipelineLayoutCreateFlags
impl Sync for PipelineLayoutCreateFlags
impl Unpin for PipelineLayoutCreateFlags
impl UnwindSafe for PipelineLayoutCreateFlags
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)