pub enum RiseSink {
Rising,
Sinking,
}Expand description
Whether this draft is written for a rising shaft or sinking shaft loom
Variants§
Rising
Rising shaft loom (most US jack looms)
Sinking
Sinking shaft loom (counterbalance, direct tie up, etc. looms)
Implementations§
Trait Implementations§
impl Copy for RiseSink
impl StructuralPartialEq for RiseSink
Auto Trait Implementations§
impl Freeze for RiseSink
impl RefUnwindSafe for RiseSink
impl Send for RiseSink
impl Sync for RiseSink
impl Unpin for RiseSink
impl UnwindSafe for RiseSink
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