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