pub struct PinCount(/* private fields */);Expand description
A non-zero package pin count.
Implementations§
Trait Implementations§
Source§impl Ord for PinCount
impl Ord for PinCount
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 PinCount
impl PartialOrd for PinCount
impl Copy for PinCount
impl Eq for PinCount
impl StructuralPartialEq for PinCount
Auto Trait Implementations§
impl Freeze for PinCount
impl RefUnwindSafe for PinCount
impl Send for PinCount
impl Sync for PinCount
impl Unpin for PinCount
impl UnsafeUnpin for PinCount
impl UnwindSafe for PinCount
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