#[repr(C)]pub struct plugin_api__bindgen_ty_4 {
pub get_async_event_sources: Option<unsafe extern "C-unwind" fn() -> *const c_char>,
pub get_async_events: Option<unsafe extern "C-unwind" fn() -> *const c_char>,
pub set_async_event_handler: Option<unsafe extern "C-unwind" fn(s: *mut ss_plugin_t, owner: *mut ss_plugin_owner_t, handler: ss_plugin_async_event_handler_t) -> ss_plugin_rc>,
}
Fields§
§get_async_event_sources: Option<unsafe extern "C-unwind" fn() -> *const c_char>
§get_async_events: Option<unsafe extern "C-unwind" fn() -> *const c_char>
§set_async_event_handler: Option<unsafe extern "C-unwind" fn(s: *mut ss_plugin_t, owner: *mut ss_plugin_owner_t, handler: ss_plugin_async_event_handler_t) -> ss_plugin_rc>
Trait Implementations§
Source§impl Clone for plugin_api__bindgen_ty_4
impl Clone for plugin_api__bindgen_ty_4
Source§fn clone(&self) -> plugin_api__bindgen_ty_4
fn clone(&self) -> plugin_api__bindgen_ty_4
Returns a copy 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 plugin_api__bindgen_ty_4
impl Debug for plugin_api__bindgen_ty_4
impl Copy for plugin_api__bindgen_ty_4
Auto Trait Implementations§
impl Freeze for plugin_api__bindgen_ty_4
impl RefUnwindSafe for plugin_api__bindgen_ty_4
impl Send for plugin_api__bindgen_ty_4
impl Sync for plugin_api__bindgen_ty_4
impl Unpin for plugin_api__bindgen_ty_4
impl UnwindSafe for plugin_api__bindgen_ty_4
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