pub enum Side {
Ahead,
Starboard,
Astern,
Port,
}Expand description
Which side of the bow something lies on.
Variants§
Ahead
Dead ahead, within a rounding tolerance.
Starboard
To starboard, 000° to 180° relative.
Astern
Dead astern, within a rounding tolerance.
Port
To port, 180° to 360° relative.
Trait Implementations§
impl Copy for Side
impl Eq for Side
impl StructuralPartialEq for Side
Auto Trait Implementations§
impl Freeze for Side
impl RefUnwindSafe for Side
impl Send for Side
impl Sync for Side
impl Unpin for Side
impl UnsafeUnpin for Side
impl UnwindSafe for Side
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