pub struct HDRR { /* private fields */ }
Expand description
Value of the field
Implementations§
Auto Trait Implementations§
impl Freeze for HDRR
impl RefUnwindSafe for HDRR
impl Send for HDRR
impl Sync for HDRR
impl Unpin for HDRR
impl UnwindSafe for HDRR
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