#[repr(C)]pub struct elog_event_t {
pub __bindgen_anon_1: elog_event_t__bindgen_ty_1,
pub event_type: u16_,
pub track: u16_,
pub data: [u8_; 20],
}Fields§
§__bindgen_anon_1: elog_event_t__bindgen_ty_1§event_type: u16_§track: u16_§data: [u8_; 20]Trait Implementations§
Source§impl Clone for elog_event_t
impl Clone for elog_event_t
Source§fn clone(&self) -> elog_event_t
fn clone(&self) -> elog_event_t
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 Default for elog_event_t
impl Default for elog_event_t
impl Copy for elog_event_t
Auto Trait Implementations§
impl Freeze for elog_event_t
impl RefUnwindSafe for elog_event_t
impl Send for elog_event_t
impl Sync for elog_event_t
impl Unpin for elog_event_t
impl UnsafeUnpin for elog_event_t
impl UnwindSafe for elog_event_t
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