#[repr(C)]pub struct clap_plugin_surround {
pub is_channel_mask_supported: Option<unsafe extern "C" fn(plugin: *const clap_plugin, channel_mask: u64) -> bool>,
pub get_channel_map: Option<unsafe extern "C" fn(plugin: *const clap_plugin, is_input: bool, port_index: u32, channel_map: *mut u8, channel_map_capacity: u32) -> u32>,
}Fields§
§is_channel_mask_supported: Option<unsafe extern "C" fn(plugin: *const clap_plugin, channel_mask: u64) -> bool>§get_channel_map: Option<unsafe extern "C" fn(plugin: *const clap_plugin, is_input: bool, port_index: u32, channel_map: *mut u8, channel_map_capacity: u32) -> u32>Trait Implementations§
Source§impl Clone for clap_plugin_surround
impl Clone for clap_plugin_surround
Source§fn clone(&self) -> clap_plugin_surround
fn clone(&self) -> clap_plugin_surround
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for clap_plugin_surround
impl Debug for clap_plugin_surround
impl Copy for clap_plugin_surround
Auto Trait Implementations§
impl Freeze for clap_plugin_surround
impl RefUnwindSafe for clap_plugin_surround
impl Send for clap_plugin_surround
impl Sync for clap_plugin_surround
impl Unpin for clap_plugin_surround
impl UnwindSafe for clap_plugin_surround
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