#[repr(C)]pub struct soxr { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for soxr
impl RefUnwindSafe for soxr
impl Send for soxr
impl Sync for soxr
impl Unpin for soxr
impl UnwindSafe for soxr
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