Struct audio_thread_priority::atp_thread_info
source · pub struct atp_thread_info(/* private fields */);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§
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