pub struct Chain {
pub steps: [ChainStep; 16],
}
Fields§
§steps: [ChainStep; 16]
Implementations§
Source§impl Chain
impl Chain
pub const V4_SIZE: usize = 32usize
pub fn is_empty(&self) -> bool
pub fn clear(&mut self)
pub fn print_screen(&self, f: &mut Formatter<'_>) -> Result
pub fn map(&self, mapping: &PhraseMapping) -> Self
pub fn write(&self, w: &mut Writer)
pub fn from_reader(reader: &mut Reader) -> M8Result<Self>
Trait Implementations§
impl StructuralPartialEq for Chain
Auto Trait Implementations§
impl Freeze for Chain
impl RefUnwindSafe for Chain
impl Send for Chain
impl Sync for Chain
impl Unpin for Chain
impl UnwindSafe for Chain
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