#[repr(C)]pub struct SyscallInOutEvent {
pub clock_tick: u64_,
pub syscall: u32_,
}Expand description
Event relating to syscalls.
Fields§
§clock_tick: u64_< Clock tick that the event occurred.
syscall: u32_< Syscall sent/received.
Trait Implementations§
Source§impl Clone for SyscallInOutEvent
impl Clone for SyscallInOutEvent
Source§fn clone(&self) -> SyscallInOutEvent
fn clone(&self) -> SyscallInOutEvent
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SyscallInOutEvent
impl Debug for SyscallInOutEvent
Source§impl Default for SyscallInOutEvent
impl Default for SyscallInOutEvent
Source§fn default() -> SyscallInOutEvent
fn default() -> SyscallInOutEvent
Returns the “default value” for a type. Read more
impl Copy for SyscallInOutEvent
Auto Trait Implementations§
impl Freeze for SyscallInOutEvent
impl RefUnwindSafe for SyscallInOutEvent
impl Send for SyscallInOutEvent
impl Sync for SyscallInOutEvent
impl Unpin for SyscallInOutEvent
impl UnwindSafe for SyscallInOutEvent
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)