pub struct StmPattern {
pub rows: Vec<Vec<StmCell>>,
}Fields§
§rows: Vec<Vec<StmCell>>rows[row_index][channel_index].
Trait Implementations§
Source§impl Clone for StmPattern
impl Clone for StmPattern
Source§fn clone(&self) -> StmPattern
fn clone(&self) -> StmPattern
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for StmPattern
impl RefUnwindSafe for StmPattern
impl Send for StmPattern
impl Sync for StmPattern
impl Unpin for StmPattern
impl UnsafeUnpin for StmPattern
impl UnwindSafe for StmPattern
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