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