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