Enum St
#[repr(u8)]pub enum St {
Stopped = 0,
Started = 1,
}Variants§
Stopped = 0
Transmission is placed in the Stopped state
Started = 1
Transmission is placed in Running state
Implementations§
Trait Implementations§
impl Copy for St
impl Eq for St
§impl Ord for St
impl Ord for St
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for St
impl PartialOrd for St
impl StructuralPartialEq for St
Auto Trait Implementations§
impl Freeze for St
impl RefUnwindSafe for St
impl Send for St
impl Sync for St
impl Unpin for St
impl UnsafeUnpin for St
impl UnwindSafe for St
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