pub struct Dhu { /* private fields */ }Implementations§
Trait Implementations§
Source§impl CodeOptData for Dhu
impl CodeOptData for Dhu
const CODE: OptionCode = OptionCode::Dhu
Source§impl From<Dhu> for AllOptData
impl From<Dhu> for AllOptData
Source§impl<'a> IntoIterator for &'a Dhu
impl<'a> IntoIterator for &'a Dhu
Source§impl Ord for Dhu
impl Ord for Dhu
Source§impl PartialOrd for Dhu
impl PartialOrd for Dhu
impl Eq for Dhu
impl StructuralPartialEq for Dhu
Auto Trait Implementations§
impl !Freeze for Dhu
impl RefUnwindSafe for Dhu
impl Send for Dhu
impl Sync for Dhu
impl Unpin for Dhu
impl UnwindSafe for Dhu
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