pub struct CscNodeId(pub u32);Expand description
Dense node id in an inbound CSC view.
Tuple Fields§
§0: u32Trait Implementations§
Source§impl Ord for CscNodeId
impl Ord for CscNodeId
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 CscNodeId
impl PartialOrd for CscNodeId
impl Copy for CscNodeId
impl Eq for CscNodeId
impl StructuralPartialEq for CscNodeId
Auto Trait Implementations§
impl Freeze for CscNodeId
impl RefUnwindSafe for CscNodeId
impl Send for CscNodeId
impl Sync for CscNodeId
impl Unpin for CscNodeId
impl UnsafeUnpin for CscNodeId
impl UnwindSafe for CscNodeId
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