Struct ash::vk::ProvokingVertexModeEXT
source · pub struct ProvokingVertexModeEXT(/* private fields */);
Expand description
Implementations§
source§impl ProvokingVertexModeEXT
impl ProvokingVertexModeEXT
pub const FIRST_VERTEX: Self = _
pub const LAST_VERTEX: Self = _
Trait Implementations§
source§impl Clone for ProvokingVertexModeEXT
impl Clone for ProvokingVertexModeEXT
source§fn clone(&self) -> ProvokingVertexModeEXT
fn clone(&self) -> ProvokingVertexModeEXT
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 ProvokingVertexModeEXT
impl Debug for ProvokingVertexModeEXT
source§impl Default for ProvokingVertexModeEXT
impl Default for ProvokingVertexModeEXT
source§fn default() -> ProvokingVertexModeEXT
fn default() -> ProvokingVertexModeEXT
Returns the “default value” for a type. Read more
source§impl Hash for ProvokingVertexModeEXT
impl Hash for ProvokingVertexModeEXT
source§impl Ord for ProvokingVertexModeEXT
impl Ord for ProvokingVertexModeEXT
source§fn cmp(&self, other: &ProvokingVertexModeEXT) -> Ordering
fn cmp(&self, other: &ProvokingVertexModeEXT) -> 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 ProvokingVertexModeEXT
impl PartialEq for ProvokingVertexModeEXT
source§fn eq(&self, other: &ProvokingVertexModeEXT) -> bool
fn eq(&self, other: &ProvokingVertexModeEXT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ProvokingVertexModeEXT
impl PartialOrd for ProvokingVertexModeEXT
source§fn partial_cmp(&self, other: &ProvokingVertexModeEXT) -> Option<Ordering>
fn partial_cmp(&self, other: &ProvokingVertexModeEXT) -> 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 ProvokingVertexModeEXT
impl Eq for ProvokingVertexModeEXT
impl StructuralPartialEq for ProvokingVertexModeEXT
Auto Trait Implementations§
impl Freeze for ProvokingVertexModeEXT
impl RefUnwindSafe for ProvokingVertexModeEXT
impl Send for ProvokingVertexModeEXT
impl Sync for ProvokingVertexModeEXT
impl Unpin for ProvokingVertexModeEXT
impl UnwindSafe for ProvokingVertexModeEXT
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