pub enum MicEStandardMessage {
OffDuty,
EnRoute,
InService,
Returning,
Committed,
Special,
Priority,
}Expand description
Standard Mic-E message code.
Variants§
OffDuty
M0: Off Duty.
EnRoute
M1: En Route.
InService
M2: In Service.
Returning
M3: Returning.
Committed
M4: Committed.
Special
M5: Special.
Priority
M6: Priority.
Trait Implementations§
Source§impl Clone for MicEStandardMessage
impl Clone for MicEStandardMessage
Source§fn clone(&self) -> MicEStandardMessage
fn clone(&self) -> MicEStandardMessage
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 MicEStandardMessage
impl Debug for MicEStandardMessage
Source§impl PartialEq for MicEStandardMessage
impl PartialEq for MicEStandardMessage
impl Copy for MicEStandardMessage
impl Eq for MicEStandardMessage
impl StructuralPartialEq for MicEStandardMessage
Auto Trait Implementations§
impl Freeze for MicEStandardMessage
impl RefUnwindSafe for MicEStandardMessage
impl Send for MicEStandardMessage
impl Sync for MicEStandardMessage
impl Unpin for MicEStandardMessage
impl UnsafeUnpin for MicEStandardMessage
impl UnwindSafe for MicEStandardMessage
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