enum PendingElement {
Line([f32; 2]),
Cubic([f32; 6]),
}
Variants§
Trait Implementations§
Source§impl Clone for PendingElement
impl Clone for PendingElement
Source§fn clone(&self) -> PendingElement
fn clone(&self) -> PendingElement
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 moreimpl Copy for PendingElement
Auto Trait Implementations§
impl Freeze for PendingElement
impl RefUnwindSafe for PendingElement
impl Send for PendingElement
impl Sync for PendingElement
impl Unpin for PendingElement
impl UnwindSafe for PendingElement
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