#[repr(transparent)]pub struct LinkCount(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
impl Copy for LinkCount
impl Eq for LinkCount
Source§impl Ord for LinkCount
impl Ord for LinkCount
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 LinkCount
impl PartialOrd for LinkCount
impl StructuralPartialEq for LinkCount
Auto Trait Implementations§
impl Freeze for LinkCount
impl RefUnwindSafe for LinkCount
impl Send for LinkCount
impl Sync for LinkCount
impl Unpin for LinkCount
impl UnsafeUnpin for LinkCount
impl UnwindSafe for LinkCount
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