#[repr(C)]pub struct ClapHostThreadCheck {
pub is_main_thread: Option<unsafe extern "C" fn(*const ClapHost) -> bool>,
pub is_audio_thread: Option<unsafe extern "C" fn(*const ClapHost) -> bool>,
}Fields§
§is_main_thread: Option<unsafe extern "C" fn(*const ClapHost) -> bool>§is_audio_thread: Option<unsafe extern "C" fn(*const ClapHost) -> bool>Auto Trait Implementations§
impl Freeze for ClapHostThreadCheck
impl RefUnwindSafe for ClapHostThreadCheck
impl Send for ClapHostThreadCheck
impl Sync for ClapHostThreadCheck
impl Unpin for ClapHostThreadCheck
impl UnsafeUnpin for ClapHostThreadCheck
impl UnwindSafe for ClapHostThreadCheck
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