#[repr(C)]pub struct FFIRegistryInterface {
pub register_fn: unsafe extern "C" fn(registry: *mut c_void, event_name: *const c_char, handler: unsafe extern "C" fn(data: *const c_char) -> *const c_char),
}
Fields§
§register_fn: unsafe extern "C" fn(registry: *mut c_void, event_name: *const c_char, handler: unsafe extern "C" fn(data: *const c_char) -> *const c_char)
Auto Trait Implementations§
impl Freeze for FFIRegistryInterface
impl RefUnwindSafe for FFIRegistryInterface
impl Send for FFIRegistryInterface
impl Sync for FFIRegistryInterface
impl Unpin for FFIRegistryInterface
impl UnwindSafe for FFIRegistryInterface
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