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