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