pub struct ProvokingVertexModeEXT(/* private fields */);Expand description
Implementations§
Source§impl ProvokingVertexModeEXT
impl ProvokingVertexModeEXT
pub const FIRST_VERTEX: Self
pub const LAST_VERTEX: Self
pub const fn from_raw(value: i32) -> Self
pub const fn as_raw(self) -> i32
Trait Implementations§
Source§impl Clone for ProvokingVertexModeEXT
impl Clone for ProvokingVertexModeEXT
Source§fn clone(&self) -> ProvokingVertexModeEXT
fn clone(&self) -> ProvokingVertexModeEXT
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 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 Display for ProvokingVertexModeEXT
impl Display for ProvokingVertexModeEXT
Source§impl Error for ProvokingVertexModeEXT
impl Error for ProvokingVertexModeEXT
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
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 UnsafeUnpin 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