pub struct JointId(pub usize);Expand description
A linkage joint identifier.
Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Ord for JointId
impl Ord for JointId
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 JointId
impl PartialOrd for JointId
impl Copy for JointId
impl Eq for JointId
impl StructuralPartialEq for JointId
Auto Trait Implementations§
impl Freeze for JointId
impl RefUnwindSafe for JointId
impl Send for JointId
impl Sync for JointId
impl Unpin for JointId
impl UnsafeUnpin for JointId
impl UnwindSafe for JointId
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