pub struct MachineState { /* private fields */ }Expand description
The state machine of control surface.
Trait Implementations§
Source§impl Clone for MachineState
impl Clone for MachineState
Source§fn clone(&self) -> MachineState
fn clone(&self) -> MachineState
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 MachineState
impl Debug for MachineState
Source§impl Default for MachineState
impl Default for MachineState
Source§fn default() -> MachineState
fn default() -> MachineState
Returns the “default value” for a type. Read more
Source§impl PartialEq for MachineState
impl PartialEq for MachineState
impl Eq for MachineState
impl StructuralPartialEq for MachineState
Auto Trait Implementations§
impl Freeze for MachineState
impl RefUnwindSafe for MachineState
impl Send for MachineState
impl Sync for MachineState
impl Unpin for MachineState
impl UnwindSafe for MachineState
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