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