pub struct ChainStep {
pub phrase: u8,
pub transpose: u8,
}
Fields§
§phrase: u8
§transpose: u8
Implementations§
Trait Implementations§
impl Copy for ChainStep
impl StructuralPartialEq for ChainStep
Auto Trait Implementations§
impl Freeze for ChainStep
impl RefUnwindSafe for ChainStep
impl Send for ChainStep
impl Sync for ChainStep
impl Unpin for ChainStep
impl UnwindSafe for ChainStep
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