pub struct LibId(pub u32);Expand description
Stable id of a loaded library.
Tuple Fields§
§0: u32Trait Implementations§
impl Copy for LibId
impl Eq for LibId
Source§impl Ord for LibId
impl Ord for LibId
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 LibId
impl PartialOrd for LibId
impl StructuralPartialEq for LibId
Auto Trait Implementations§
impl Freeze for LibId
impl RefUnwindSafe for LibId
impl Send for LibId
impl Sync for LibId
impl Unpin for LibId
impl UnsafeUnpin for LibId
impl UnwindSafe for LibId
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