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