#[repr(C)]pub struct plugin_api__bindgen_ty_3 {
pub get_parse_event_types: Option<unsafe extern "C-unwind" fn(numtypes: *mut u32, s: *mut ss_plugin_t) -> *mut u16>,
pub get_parse_event_sources: Option<unsafe extern "C-unwind" fn() -> *const c_char>,
pub parse_event: Option<unsafe extern "C-unwind" fn(s: *mut ss_plugin_t, evt: *const ss_plugin_event_input, in_: *const ss_plugin_event_parse_input) -> ss_plugin_rc>,
}
Fields§
§get_parse_event_types: Option<unsafe extern "C-unwind" fn(numtypes: *mut u32, s: *mut ss_plugin_t) -> *mut u16>
§get_parse_event_sources: Option<unsafe extern "C-unwind" fn() -> *const c_char>
§parse_event: Option<unsafe extern "C-unwind" fn(s: *mut ss_plugin_t, evt: *const ss_plugin_event_input, in_: *const ss_plugin_event_parse_input) -> ss_plugin_rc>
Trait Implementations§
Source§impl Clone for plugin_api__bindgen_ty_3
impl Clone for plugin_api__bindgen_ty_3
Source§fn clone(&self) -> plugin_api__bindgen_ty_3
fn clone(&self) -> plugin_api__bindgen_ty_3
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_3
impl Debug for plugin_api__bindgen_ty_3
impl Copy for plugin_api__bindgen_ty_3
Auto Trait Implementations§
impl Freeze for plugin_api__bindgen_ty_3
impl RefUnwindSafe for plugin_api__bindgen_ty_3
impl Send for plugin_api__bindgen_ty_3
impl Sync for plugin_api__bindgen_ty_3
impl Unpin for plugin_api__bindgen_ty_3
impl UnwindSafe for plugin_api__bindgen_ty_3
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