pub struct AssignmentModeCommand {
pub repeat_indicator: u8,
pub mmsi: u32,
pub assignments: Vec<Assignment>,
}Expand description
AIS Type 16 assigned mode command.
Fields§
§repeat_indicator: u8§mmsi: u32§assignments: Vec<Assignment>One or two assigned stations.
Trait Implementations§
Source§impl Clone for AssignmentModeCommand
impl Clone for AssignmentModeCommand
Source§fn clone(&self) -> AssignmentModeCommand
fn clone(&self) -> AssignmentModeCommand
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AssignmentModeCommand
impl Debug for AssignmentModeCommand
impl Eq for AssignmentModeCommand
Source§impl PartialEq for AssignmentModeCommand
impl PartialEq for AssignmentModeCommand
impl StructuralPartialEq for AssignmentModeCommand
Auto Trait Implementations§
impl Freeze for AssignmentModeCommand
impl RefUnwindSafe for AssignmentModeCommand
impl Send for AssignmentModeCommand
impl Sync for AssignmentModeCommand
impl Unpin for AssignmentModeCommand
impl UnsafeUnpin for AssignmentModeCommand
impl UnwindSafe for AssignmentModeCommand
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