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