pub struct LineJoin(pub Number);Tuple Fields§
§0: NumberTrait Implementations§
Source§impl<'a> From<LineJoin> for TypedInstruction<'a>
impl<'a> From<LineJoin> for TypedInstruction<'a>
Source§impl<'a> TryFrom<TypedInstruction<'a>> for LineJoin
impl<'a> TryFrom<TypedInstruction<'a>> for LineJoin
impl StructuralPartialEq for LineJoin
Auto Trait Implementations§
impl Freeze for LineJoin
impl RefUnwindSafe for LineJoin
impl Send for LineJoin
impl Sync for LineJoin
impl Unpin for LineJoin
impl UnwindSafe for LineJoin
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