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