Struct audio_thread_priority::atp_thread_info
source · [−]pub struct atp_thread_info(_);Expand description
Opaque info to a particular thread.
Auto Trait Implementations
impl RefUnwindSafe for atp_thread_info
impl Send for atp_thread_info
impl Sync for atp_thread_info
impl Unpin for atp_thread_info
impl UnwindSafe for atp_thread_info
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more