pub struct Strands {
pub scaffolds: Vec<Strand>,
pub staples: Vec<Strand>,
pub edits: Vec<(Point, isize)>,
}
Fields§
§scaffolds: Vec<Strand>
§staples: Vec<Strand>
§edits: Vec<(Point, isize)>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Strands
impl RefUnwindSafe for Strands
impl Send for Strands
impl Sync for Strands
impl Unpin for Strands
impl UnwindSafe for Strands
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