pub struct Qdc { /* private fields */ }Expand description
ENC
Implementations§
Trait Implementations§
impl Copy for Qdc
impl Eq for Qdc
impl Send for Qdc
impl StructuralPartialEq for Qdc
impl Sync for Qdc
Auto Trait Implementations§
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