#[repr(C)]pub struct in3_plugin {
pub acts: in3_plugin_supp_acts_t,
pub data: *mut c_void,
pub action_fn: in3_plugin_act_fn,
pub next: *mut in3_plugin_t,
}Fields§
§acts: in3_plugin_supp_acts_t§data: *mut c_void§action_fn: in3_plugin_act_fn§next: *mut in3_plugin_tTrait Implementations§
Source§impl Clone for in3_plugin
impl Clone for in3_plugin
Source§fn clone(&self) -> in3_plugin
fn clone(&self) -> in3_plugin
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 in3_plugin
impl Debug for in3_plugin
impl Copy for in3_plugin
Auto Trait Implementations§
impl Freeze for in3_plugin
impl RefUnwindSafe for in3_plugin
impl !Send for in3_plugin
impl !Sync for in3_plugin
impl Unpin for in3_plugin
impl UnwindSafe for in3_plugin
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