pub enum TieUpKind {
Direct,
Indirect(TieUp),
}Expand description
Whether the loom is a direct tie-up or whether treadles can be tied to multiple shafts
Variants§
Direct
Direct tie up (table loom, some 4 shaft looms, dobby looms)
Indirect(TieUp)
Indirect tie up (most 4+ shaft manual floor looms)
Implementations§
Trait Implementations§
impl StructuralPartialEq for TieUpKind
Auto Trait Implementations§
impl Freeze for TieUpKind
impl RefUnwindSafe for TieUpKind
impl Send for TieUpKind
impl Sync for TieUpKind
impl Unpin for TieUpKind
impl UnwindSafe for TieUpKind
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