pub struct Bearing(/* private fields */);Expand description
The bearing describes the angle between the true North and the road. The physical data format defines the bearing field as an integer value between 0 and 360 whereby “0” is included and “360” is excluded from that range.
Implementations§
Trait Implementations§
Source§impl Ord for Bearing
impl Ord for Bearing
Source§impl PartialOrd for Bearing
impl PartialOrd for Bearing
impl Copy for Bearing
impl Eq for Bearing
impl StructuralPartialEq for Bearing
Auto Trait Implementations§
impl Freeze for Bearing
impl RefUnwindSafe for Bearing
impl Send for Bearing
impl Sync for Bearing
impl Unpin for Bearing
impl UnwindSafe for Bearing
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