pub struct Course(/* private fields */);Expand description
A course. Valid values range from 0 to 360 degrees. 0 degrees represents an unknown course. 360 degrees represents north.
Implementations§
Trait Implementations§
impl Copy for Course
impl Eq for Course
impl StructuralPartialEq for Course
Auto Trait Implementations§
impl Freeze for Course
impl RefUnwindSafe for Course
impl Send for Course
impl Sync for Course
impl Unpin for Course
impl UnwindSafe for Course
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