#[repr(transparent)]pub struct TriangleFillMode(pub UInteger);Expand description
Triangle fill mode.
C++ equivalent: MTL::TriangleFillMode
Tuple Fields§
§0: UIntegerImplementations§
Trait Implementations§
Source§impl Clone for TriangleFillMode
impl Clone for TriangleFillMode
Source§fn clone(&self) -> TriangleFillMode
fn clone(&self) -> TriangleFillMode
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 TriangleFillMode
impl Debug for TriangleFillMode
Source§impl Default for TriangleFillMode
impl Default for TriangleFillMode
Source§fn default() -> TriangleFillMode
fn default() -> TriangleFillMode
Returns the “default value” for a type. Read more
Source§impl Hash for TriangleFillMode
impl Hash for TriangleFillMode
Source§impl PartialEq for TriangleFillMode
impl PartialEq for TriangleFillMode
impl Copy for TriangleFillMode
impl Eq for TriangleFillMode
impl StructuralPartialEq for TriangleFillMode
Auto Trait Implementations§
impl Freeze for TriangleFillMode
impl RefUnwindSafe for TriangleFillMode
impl Send for TriangleFillMode
impl Sync for TriangleFillMode
impl Unpin for TriangleFillMode
impl UnwindSafe for TriangleFillMode
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