#[repr(C)]pub struct SkippyRuntimeEventReporterV1 {
pub abi_version: u32,
pub struct_size: u32,
pub callback: SkippyRuntimeEventCallback,
pub user_data: *mut c_void,
}Fields§
§abi_version: u32§struct_size: u32§callback: SkippyRuntimeEventCallback§user_data: *mut c_voidTrait Implementations§
Source§impl Clone for SkippyRuntimeEventReporterV1
impl Clone for SkippyRuntimeEventReporterV1
Source§fn clone(&self) -> SkippyRuntimeEventReporterV1
fn clone(&self) -> SkippyRuntimeEventReporterV1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SkippyRuntimeEventReporterV1
Auto Trait Implementations§
impl !Send for SkippyRuntimeEventReporterV1
impl !Sync for SkippyRuntimeEventReporterV1
impl Freeze for SkippyRuntimeEventReporterV1
impl RefUnwindSafe for SkippyRuntimeEventReporterV1
impl Unpin for SkippyRuntimeEventReporterV1
impl UnsafeUnpin for SkippyRuntimeEventReporterV1
impl UnwindSafe for SkippyRuntimeEventReporterV1
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