pub struct RawAddr(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for RawAddr
impl Ord for RawAddr
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 RawAddr
impl PartialOrd for RawAddr
impl Copy for RawAddr
impl Eq for RawAddr
impl StructuralPartialEq for RawAddr
Auto Trait Implementations§
impl Freeze for RawAddr
impl RefUnwindSafe for RawAddr
impl Send for RawAddr
impl Sync for RawAddr
impl Unpin for RawAddr
impl UnsafeUnpin for RawAddr
impl UnwindSafe for RawAddr
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