struct LastTransition {
inp: u8,
out: Output,
}
Fields§
§inp: u8
§out: Output
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LastTransition
impl RefUnwindSafe for LastTransition
impl Send for LastTransition
impl Sync for LastTransition
impl Unpin for LastTransition
impl UnwindSafe for LastTransition
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