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