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