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