#[repr(C)]pub struct ss_plugin_field_extract_input {
pub owner: *mut ss_plugin_owner_t,
pub get_owner_last_error: Option<unsafe extern "C-unwind" fn(o: *mut ss_plugin_owner_t) -> *const c_char>,
pub num_fields: u32,
pub fields: *mut ss_plugin_extract_field,
pub table_reader: ss_plugin_table_reader_vtable,
pub table_reader_ext: *mut ss_plugin_table_reader_vtable_ext,
}
Fields§
§owner: *mut ss_plugin_owner_t
§get_owner_last_error: Option<unsafe extern "C-unwind" fn(o: *mut ss_plugin_owner_t) -> *const c_char>
§num_fields: u32
§fields: *mut ss_plugin_extract_field
§table_reader: ss_plugin_table_reader_vtable
§table_reader_ext: *mut ss_plugin_table_reader_vtable_ext
Trait Implementations§
Source§impl Clone for ss_plugin_field_extract_input
impl Clone for ss_plugin_field_extract_input
Source§fn clone(&self) -> ss_plugin_field_extract_input
fn clone(&self) -> ss_plugin_field_extract_input
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 moreimpl Copy for ss_plugin_field_extract_input
Auto Trait Implementations§
impl Freeze for ss_plugin_field_extract_input
impl RefUnwindSafe for ss_plugin_field_extract_input
impl !Send for ss_plugin_field_extract_input
impl !Sync for ss_plugin_field_extract_input
impl Unpin for ss_plugin_field_extract_input
impl UnwindSafe for ss_plugin_field_extract_input
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