#[repr(C)]pub struct wtap_plugin {
pub register_wtap_module: Option<unsafe extern "C" fn()>,
}Fields§
§register_wtap_module: Option<unsafe extern "C" fn()>Trait Implementations§
Source§impl Clone for wtap_plugin
impl Clone for wtap_plugin
Source§fn clone(&self) -> wtap_plugin
fn clone(&self) -> wtap_plugin
Returns a duplicate 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 wtap_plugin
impl Debug for wtap_plugin
impl Copy for wtap_plugin
Auto Trait Implementations§
impl Freeze for wtap_plugin
impl RefUnwindSafe for wtap_plugin
impl Send for wtap_plugin
impl Sync for wtap_plugin
impl Unpin for wtap_plugin
impl UnwindSafe for wtap_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