Struct ash::vk::GraphicsPipelineLibraryFlagsEXT
source · pub struct GraphicsPipelineLibraryFlagsEXT(/* private fields */);
Expand description
Implementations§
source§impl GraphicsPipelineLibraryFlagsEXT
impl GraphicsPipelineLibraryFlagsEXT
source§impl GraphicsPipelineLibraryFlagsEXT
impl GraphicsPipelineLibraryFlagsEXT
pub const VERTEX_INPUT_INTERFACE: Self = _
pub const PRE_RASTERIZATION_SHADERS: Self = _
pub const FRAGMENT_SHADER: Self = _
pub const FRAGMENT_OUTPUT_INTERFACE: Self = _
Trait Implementations§
source§impl BitAndAssign for GraphicsPipelineLibraryFlagsEXT
impl BitAndAssign for GraphicsPipelineLibraryFlagsEXT
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign for GraphicsPipelineLibraryFlagsEXT
impl BitOrAssign for GraphicsPipelineLibraryFlagsEXT
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign for GraphicsPipelineLibraryFlagsEXT
impl BitXorAssign for GraphicsPipelineLibraryFlagsEXT
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for GraphicsPipelineLibraryFlagsEXT
impl Clone for GraphicsPipelineLibraryFlagsEXT
source§fn clone(&self) -> GraphicsPipelineLibraryFlagsEXT
fn clone(&self) -> GraphicsPipelineLibraryFlagsEXT
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 Ord for GraphicsPipelineLibraryFlagsEXT
impl Ord for GraphicsPipelineLibraryFlagsEXT
source§fn cmp(&self, other: &GraphicsPipelineLibraryFlagsEXT) -> Ordering
fn cmp(&self, other: &GraphicsPipelineLibraryFlagsEXT) -> 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 GraphicsPipelineLibraryFlagsEXT
impl PartialEq for GraphicsPipelineLibraryFlagsEXT
source§fn eq(&self, other: &GraphicsPipelineLibraryFlagsEXT) -> bool
fn eq(&self, other: &GraphicsPipelineLibraryFlagsEXT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for GraphicsPipelineLibraryFlagsEXT
impl PartialOrd for GraphicsPipelineLibraryFlagsEXT
source§fn partial_cmp(
&self,
other: &GraphicsPipelineLibraryFlagsEXT
) -> Option<Ordering>
fn partial_cmp( &self, other: &GraphicsPipelineLibraryFlagsEXT ) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for GraphicsPipelineLibraryFlagsEXT
impl Eq for GraphicsPipelineLibraryFlagsEXT
impl StructuralPartialEq for GraphicsPipelineLibraryFlagsEXT
Auto Trait Implementations§
impl Freeze for GraphicsPipelineLibraryFlagsEXT
impl RefUnwindSafe for GraphicsPipelineLibraryFlagsEXT
impl Send for GraphicsPipelineLibraryFlagsEXT
impl Sync for GraphicsPipelineLibraryFlagsEXT
impl Unpin for GraphicsPipelineLibraryFlagsEXT
impl UnwindSafe for GraphicsPipelineLibraryFlagsEXT
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