pub enum Section {
Show 29 variants
Header,
Contents,
ColorPalette,
WeftSymbolPalette,
WarpSymbolPalette,
Text,
Weaving,
Warp,
Weft,
Notes,
TieUp,
ColorTable,
WarpSymbolTable,
WeftSymbolTable,
Threading,
WarpThickness,
WarpThicknessZoom,
WarpSpacing,
WarpSpacingZoom,
WarpColors,
WarpSymbols,
Treadling,
LiftPlan,
WeftThickness,
WeftThicknessZoom,
WeftSpacing,
WeftSpacingZoom,
WeftColors,
WeftSymbols,
}Expand description
Enum of all the possible sections in a .wif document (excluding private sections)
Variants§
Header
WIF section
Contents
CONTENTS section
ColorPalette
COLOR PALETTE section
WeftSymbolPalette
WEFT SYMBOL PALETTE section
WarpSymbolPalette
WARP SYMBOL PALETTE section
Text
TEXT section
Weaving
WEAVING section
Warp
WARP section
Weft
WEFT section
Notes
Notes section
TieUp
TIEUP section
ColorTable
COLOR TABLE section
WarpSymbolTable
WARP SYMBOL TABLE section
WeftSymbolTable
WEFT SYMBOL TABLE section
Threading
THREADING section
WarpThickness
WARP THICKNESS section
WarpThicknessZoom
WARP THICKNESS ZOOM section
WarpSpacing
WARP SPACING section
WarpSpacingZoom
WARP SPACING ZOOM section
WarpColors
WARP COLORS section
WarpSymbols
WARP SYMBOLS section
Treadling
TREADLING section
LiftPlan
LIFTPLAN section
WeftThickness
WEFT THICKNESS section
WeftThicknessZoom
WEFT THICKNESS ZOOM section
WeftSpacing
WEFT SPACING section
WeftSpacingZoom
WEFT SPACING ZOOM section
WeftColors
WEFT COLORS section
WeftSymbols
WEFT SYMBOLS section
Trait Implementations§
Source§impl IntoEnumIterator for Section
impl IntoEnumIterator for Section
type Iterator = SectionIter
fn iter() -> SectionIter ⓘ
impl Copy for Section
impl Eq for Section
impl StructuralPartialEq for Section
Auto Trait Implementations§
impl Freeze for Section
impl RefUnwindSafe for Section
impl Send for Section
impl Sync for Section
impl Unpin for Section
impl UnwindSafe for Section
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.