Struct ctru_sys::SyscallInOutEvent
source · #[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 copy 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