pub struct ALSACtlElemInfoSingleArray { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for ALSACtlElemInfoSingleArray
impl RefUnwindSafe for ALSACtlElemInfoSingleArray
impl !Send for ALSACtlElemInfoSingleArray
impl !Sync for ALSACtlElemInfoSingleArray
impl !Unpin for ALSACtlElemInfoSingleArray
impl UnwindSafe for ALSACtlElemInfoSingleArray
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