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