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