#[repr(transparent)]pub struct RootId(pub u32);Expand description
Snapshot-local root identifier. Indexes into the roots section.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for RootId
impl Eq for RootId
Source§impl Ord for RootId
impl Ord for RootId
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 RootId
impl PartialOrd for RootId
impl StructuralPartialEq for RootId
Auto Trait Implementations§
impl Freeze for RootId
impl RefUnwindSafe for RootId
impl Send for RootId
impl Sync for RootId
impl Unpin for RootId
impl UnsafeUnpin for RootId
impl UnwindSafe for RootId
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