pub struct CubicStartTo(pub Number, pub Number, pub Number, pub Number);
Tuple Fields§
§0: Number
§1: Number
§2: Number
§3: Number
Trait Implementations§
Source§impl Clone for CubicStartTo
impl Clone for CubicStartTo
Source§fn clone(&self) -> CubicStartTo
fn clone(&self) -> CubicStartTo
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 CubicStartTo
impl Debug for CubicStartTo
Source§impl<'a> From<CubicStartTo> for TypedInstruction<'a>
impl<'a> From<CubicStartTo> for TypedInstruction<'a>
Source§fn from(value: CubicStartTo) -> Self
fn from(value: CubicStartTo) -> Self
Converts to this type from the input type.
Source§impl PartialEq for CubicStartTo
impl PartialEq for CubicStartTo
Source§impl<'a> TryFrom<TypedInstruction<'a>> for CubicStartTo
impl<'a> TryFrom<TypedInstruction<'a>> for CubicStartTo
impl StructuralPartialEq for CubicStartTo
Auto Trait Implementations§
impl Freeze for CubicStartTo
impl RefUnwindSafe for CubicStartTo
impl Send for CubicStartTo
impl Sync for CubicStartTo
impl Unpin for CubicStartTo
impl UnwindSafe for CubicStartTo
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