#[repr(C)]pub struct rc_runtime_trigger_t {
pub id: u32,
pub trigger: *mut rc_trigger_t,
pub buffer: *mut c_void,
pub invalid_memref: *mut rc_memref_t,
pub md5: [u8; 16],
pub serialized_size: i32,
pub owns_memrefs: u8,
}Expand description
| Runtime |
\
Fields§
§id: u32§trigger: *mut rc_trigger_t§buffer: *mut c_void§invalid_memref: *mut rc_memref_t§md5: [u8; 16]§serialized_size: i32§owns_memrefs: u8Trait Implementations§
Source§impl Clone for rc_runtime_trigger_t
impl Clone for rc_runtime_trigger_t
Source§fn clone(&self) -> rc_runtime_trigger_t
fn clone(&self) -> rc_runtime_trigger_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_trigger_t
impl Debug for rc_runtime_trigger_t
impl Copy for rc_runtime_trigger_t
Auto Trait Implementations§
impl Freeze for rc_runtime_trigger_t
impl RefUnwindSafe for rc_runtime_trigger_t
impl !Send for rc_runtime_trigger_t
impl !Sync for rc_runtime_trigger_t
impl Unpin for rc_runtime_trigger_t
impl UnwindSafe for rc_runtime_trigger_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