#[repr(C)]pub struct ss_plugin_extract_field {
pub res: ss_plugin_extract_field__bindgen_ty_1,
pub res_len: u64,
pub field_id: u32,
pub field: *const c_char,
pub arg_key: *const c_char,
pub arg_index: u64,
pub arg_present: ss_plugin_bool,
pub ftype: u32,
pub flist: ss_plugin_bool,
}
Fields§
§res: ss_plugin_extract_field__bindgen_ty_1
§res_len: u64
§field_id: u32
§field: *const c_char
§arg_key: *const c_char
§arg_index: u64
§arg_present: ss_plugin_bool
§ftype: u32
§flist: ss_plugin_bool
Trait Implementations§
Source§impl Clone for ss_plugin_extract_field
impl Clone for ss_plugin_extract_field
Source§fn clone(&self) -> ss_plugin_extract_field
fn clone(&self) -> ss_plugin_extract_field
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_extract_field
Auto Trait Implementations§
impl Freeze for ss_plugin_extract_field
impl RefUnwindSafe for ss_plugin_extract_field
impl !Send for ss_plugin_extract_field
impl !Sync for ss_plugin_extract_field
impl Unpin for ss_plugin_extract_field
impl UnwindSafe for ss_plugin_extract_field
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