Struct UnfoldingStep
pub struct UnfoldingStep { /* private fields */ }Expand description
A single unfolding step between adjacent faces.
Implementations§
§impl UnfoldingStep
impl UnfoldingStep
Trait Implementations§
§impl Clone for UnfoldingStep
impl Clone for UnfoldingStep
§fn clone(&self) -> UnfoldingStep
fn clone(&self) -> UnfoldingStep
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 more§impl Debug for UnfoldingStep
impl Debug for UnfoldingStep
§impl PartialEq for UnfoldingStep
impl PartialEq for UnfoldingStep
impl Copy for UnfoldingStep
impl Eq for UnfoldingStep
impl StructuralPartialEq for UnfoldingStep
Auto Trait Implementations§
impl Freeze for UnfoldingStep
impl RefUnwindSafe for UnfoldingStep
impl Send for UnfoldingStep
impl Sync for UnfoldingStep
impl Unpin for UnfoldingStep
impl UnsafeUnpin for UnfoldingStep
impl UnwindSafe for UnfoldingStep
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