#[repr(C)]pub struct plugin_api__bindgen_ty_5 {
pub capture_open: Option<unsafe extern "C-unwind" fn(s: *mut ss_plugin_t, i: *const ss_plugin_capture_listen_input) -> ss_plugin_rc>,
pub capture_close: Option<unsafe extern "C-unwind" fn(s: *mut ss_plugin_t, i: *const ss_plugin_capture_listen_input) -> ss_plugin_rc>,
}
Fields§
§capture_open: Option<unsafe extern "C-unwind" fn(s: *mut ss_plugin_t, i: *const ss_plugin_capture_listen_input) -> ss_plugin_rc>
§capture_close: Option<unsafe extern "C-unwind" fn(s: *mut ss_plugin_t, i: *const ss_plugin_capture_listen_input) -> ss_plugin_rc>
Trait Implementations§
Source§impl Clone for plugin_api__bindgen_ty_5
impl Clone for plugin_api__bindgen_ty_5
Source§fn clone(&self) -> plugin_api__bindgen_ty_5
fn clone(&self) -> plugin_api__bindgen_ty_5
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_5
impl Debug for plugin_api__bindgen_ty_5
impl Copy for plugin_api__bindgen_ty_5
Auto Trait Implementations§
impl Freeze for plugin_api__bindgen_ty_5
impl RefUnwindSafe for plugin_api__bindgen_ty_5
impl Send for plugin_api__bindgen_ty_5
impl Sync for plugin_api__bindgen_ty_5
impl Unpin for plugin_api__bindgen_ty_5
impl UnwindSafe for plugin_api__bindgen_ty_5
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