pub struct RigidFold { /* private fields */ }Expand description
A rigid fold around a crease index.
Implementations§
Trait Implementations§
impl Copy for RigidFold
impl StructuralPartialEq for RigidFold
Auto Trait Implementations§
impl Freeze for RigidFold
impl RefUnwindSafe for RigidFold
impl Send for RigidFold
impl Sync for RigidFold
impl Unpin for RigidFold
impl UnsafeUnpin for RigidFold
impl UnwindSafe for RigidFold
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