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