#[repr(C)]pub struct ss_plugin_event_input {
pub evt: *const ss_plugin_event,
pub evtnum: u64,
pub evtsrc: *const c_char,
}
Fields§
§evt: *const ss_plugin_event
§evtnum: u64
§evtsrc: *const c_char
Trait Implementations§
Source§impl Clone for ss_plugin_event_input
impl Clone for ss_plugin_event_input
Source§fn clone(&self) -> ss_plugin_event_input
fn clone(&self) -> ss_plugin_event_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 moreSource§impl Debug for ss_plugin_event_input
impl Debug for ss_plugin_event_input
impl Copy for ss_plugin_event_input
Auto Trait Implementations§
impl Freeze for ss_plugin_event_input
impl RefUnwindSafe for ss_plugin_event_input
impl !Send for ss_plugin_event_input
impl !Sync for ss_plugin_event_input
impl Unpin for ss_plugin_event_input
impl UnwindSafe for ss_plugin_event_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