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