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