pub struct VStrand {
pub col: isize,
pub loop_: Vec<isize>,
pub num: isize,
pub row: isize,
pub scaf: Vec<(isize, isize, isize, isize)>,
pub scaf_loop: Vec<isize>,
pub skip: Vec<isize>,
pub stap: Vec<(isize, isize, isize, isize)>,
pub stap_loop: Vec<isize>,
pub stap_colors: Vec<(isize, isize)>,
}
Fields§
§col: isize
§loop_: Vec<isize>
§num: isize
§row: isize
§scaf: Vec<(isize, isize, isize, isize)>
§scaf_loop: Vec<isize>
§skip: Vec<isize>
§stap: Vec<(isize, isize, isize, isize)>
§stap_loop: Vec<isize>
§stap_colors: Vec<(isize, isize)>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for VStrand
impl<'de> Deserialize<'de> for VStrand
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for VStrand
impl StructuralPartialEq for VStrand
Auto Trait Implementations§
impl Freeze for VStrand
impl RefUnwindSafe for VStrand
impl Send for VStrand
impl Sync for VStrand
impl Unpin for VStrand
impl UnwindSafe for VStrand
Blanket Implementations§
Source§impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S
impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S
Source§fn adapt_into_using<M>(self, method: M) -> Dwhere
M: TransformMatrix<Swp, Dwp, T>,
fn adapt_into_using<M>(self, method: M) -> Dwhere
M: TransformMatrix<Swp, Dwp, T>,
Convert the source color to the destination color using the specified
method
Source§fn adapt_into(self) -> D
fn adapt_into(self) -> D
Convert the source color to the destination color using the bradford
method by default
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