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