pub enum AisClass {
A,
B,
}Expand description
Which kind of AIS transponder a target carries, sensors.ais.class.
Worth showing because it says what to expect of the rest: a Class B unit reports less often, and sends no heading, destination or draught worth reading.
Variants§
Trait Implementations§
impl Copy for AisClass
impl Eq for AisClass
impl StructuralPartialEq for AisClass
Auto Trait Implementations§
impl Freeze for AisClass
impl RefUnwindSafe for AisClass
impl Send for AisClass
impl Sync for AisClass
impl Unpin for AisClass
impl UnsafeUnpin for AisClass
impl UnwindSafe for AisClass
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