struct StateOneTransNext(u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl StateOneTransNext
impl StateOneTransNext
fn compile<W: Write>(wtr: W, _: CompiledAddr, input: u8) -> Result<()>
fn new() -> StateOneTransNext
fn set_common_input(&mut self, input: u8)
fn common_input(&self) -> Option<u8>
fn input_len(&self) -> usize
fn end_addr(&self, data: &[u8]) -> usize
fn input(&self, node: &Node<'_>) -> u8
fn trans_addr(&self, node: &Node<'_>) -> CompiledAddr
Trait Implementations§
Source§impl Clone for StateOneTransNext
impl Clone for StateOneTransNext
Source§fn clone(&self) -> StateOneTransNext
fn clone(&self) -> StateOneTransNext
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for StateOneTransNext
impl Debug for StateOneTransNext
impl Copy for StateOneTransNext
Auto Trait Implementations§
impl Freeze for StateOneTransNext
impl RefUnwindSafe for StateOneTransNext
impl Send for StateOneTransNext
impl Sync for StateOneTransNext
impl Unpin for StateOneTransNext
impl UnwindSafe for StateOneTransNext
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