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