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