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