#[repr(C, packed(1))]pub struct ss_plugin_event {
pub ts: u64,
pub tid: u64,
pub len: u32,
pub type_: u16,
pub nparams: u32,
}
Fields§
§ts: u64
§tid: u64
§len: u32
§type_: u16
§nparams: u32
Trait Implementations§
Source§impl Clone for ss_plugin_event
impl Clone for ss_plugin_event
Source§fn clone(&self) -> ss_plugin_event
fn clone(&self) -> ss_plugin_event
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
impl Debug for ss_plugin_event
impl Copy for ss_plugin_event
Auto Trait Implementations§
impl Freeze for ss_plugin_event
impl RefUnwindSafe for ss_plugin_event
impl Send for ss_plugin_event
impl Sync for ss_plugin_event
impl Unpin for ss_plugin_event
impl UnwindSafe for ss_plugin_event
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