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