#[repr(transparent)]pub struct HopCount(pub u8);Tuple Fields§
§0: u8Trait Implementations§
impl Copy for HopCount
impl Eq for HopCount
Source§impl Ord for HopCount
impl Ord for HopCount
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for HopCount
impl PartialOrd for HopCount
impl StructuralPartialEq for HopCount
Auto Trait Implementations§
impl Freeze for HopCount
impl RefUnwindSafe for HopCount
impl Send for HopCount
impl Sync for HopCount
impl Unpin for HopCount
impl UnsafeUnpin for HopCount
impl UnwindSafe for HopCount
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