pub struct ElemInfo(/* private fields */);
Expand description
snd_ctl_elem_info_t wrapper
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ElemInfo
impl !Send for ElemInfo
impl !Sync for ElemInfo
impl Unpin for ElemInfo
impl UnwindSafe for ElemInfo
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