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§impl PartialOrd for ProvokingVertexModeEXT
impl PartialOrd for ProvokingVertexModeEXT
impl 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
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
)