pub struct DspConfig;Trait Implementations§
Auto Trait Implementations§
impl Freeze for DspConfig
impl RefUnwindSafe for DspConfig
impl Send for DspConfig
impl Sync for DspConfig
impl Unpin for DspConfig
impl UnsafeUnpin for DspConfig
impl UnwindSafe for DspConfig
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