pub enum LssState {
Waiting,
Configuration,
}Expand description
The LSS state of a node.
Variants§
Waiting
Waiting — ignores configuration services until switched.
Configuration
Configuration — accepts node-id/bit-timing/store services.
Trait Implementations§
impl Copy for LssState
impl Eq for LssState
impl StructuralPartialEq for LssState
Auto Trait Implementations§
impl Freeze for LssState
impl RefUnwindSafe for LssState
impl Send for LssState
impl Sync for LssState
impl Unpin for LssState
impl UnsafeUnpin for LssState
impl UnwindSafe for LssState
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