pub struct BearingType;
Expand description
BearingType
is used as a compile-time check for Bearing
= Compass<BearingType>
Trait Implementations§
Source§impl Clone for BearingType
impl Clone for BearingType
Source§fn clone(&self) -> BearingType
fn clone(&self) -> BearingType
Returns a copy of the value. Read more
1.0.0 · 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 BearingType
impl Debug for BearingType
Source§impl Default for BearingType
impl Default for BearingType
Source§fn default() -> BearingType
fn default() -> BearingType
Returns the “default value” for a type. Read more
Source§impl PartialEq for BearingType
impl PartialEq for BearingType
impl Copy for BearingType
impl Eq for BearingType
impl StructuralPartialEq for BearingType
Auto Trait Implementations§
impl Freeze for BearingType
impl RefUnwindSafe for BearingType
impl Send for BearingType
impl Sync for BearingType
impl Unpin for BearingType
impl UnwindSafe for BearingType
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