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