#[repr(C)]pub struct rc_runtime_event_t {
pub id: u32,
pub value: i32,
pub type_: u8,
}Fields§
§id: u32§value: i32§type_: u8Trait Implementations§
Source§impl Clone for rc_runtime_event_t
impl Clone for rc_runtime_event_t
Source§fn clone(&self) -> rc_runtime_event_t
fn clone(&self) -> rc_runtime_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 Debug for rc_runtime_event_t
impl Debug for rc_runtime_event_t
impl Copy for rc_runtime_event_t
Auto Trait Implementations§
impl Freeze for rc_runtime_event_t
impl RefUnwindSafe for rc_runtime_event_t
impl Send for rc_runtime_event_t
impl Sync for rc_runtime_event_t
impl Unpin for rc_runtime_event_t
impl UnwindSafe for rc_runtime_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