Struct lightmotif_transfac::Matrix
source · pub struct Matrix<A: Alphabet> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<A: Alphabet> AsRef<CountMatrix<A>> for Matrix<A>
impl<A: Alphabet> AsRef<CountMatrix<A>> for Matrix<A>
source§fn as_ref(&self) -> &CountMatrix<A>
fn as_ref(&self) -> &CountMatrix<A>
Converts this type into a shared reference of the (usually inferred) input type.
Auto Trait Implementations§
impl<A> RefUnwindSafe for Matrix<A>where A: RefUnwindSafe, <A as Alphabet>::K: RefUnwindSafe,
impl<A> Send for Matrix<A>where A: Send, <A as Alphabet>::K: Send,
impl<A> Sync for Matrix<A>where A: Sync, <A as Alphabet>::K: Sync,
impl<A> Unpin for Matrix<A>where A: Unpin, <A as Alphabet>::K: Unpin,
impl<A> UnwindSafe for Matrix<A>where A: UnwindSafe, <A as Alphabet>::K: UnwindSafe,
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