Struct ctru_sys::ScheduleInOutEvent
source · #[repr(C)]pub struct ScheduleInOutEvent {
pub clock_tick: u64_,
}
Expand description
Event relating to the scheduler.
Fields§
§clock_tick: u64_
< Clock tick that the event occurred.
Trait Implementations§
source§impl Clone for ScheduleInOutEvent
impl Clone for ScheduleInOutEvent
source§fn clone(&self) -> ScheduleInOutEvent
fn clone(&self) -> ScheduleInOutEvent
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 ScheduleInOutEvent
impl Debug for ScheduleInOutEvent
source§impl Default for ScheduleInOutEvent
impl Default for ScheduleInOutEvent
source§fn default() -> ScheduleInOutEvent
fn default() -> ScheduleInOutEvent
Returns the “default value” for a type. Read more