#[repr(C)]pub struct switch_scheduler_task {
pub created: i64,
pub runtime: i64,
pub cmd_id: u32,
pub repeat: u32,
pub group: *mut c_char,
pub cmd_arg: *mut c_void,
pub task_id: u32,
pub hash: c_ulong,
}Fields§
§created: i64§runtime: i64§cmd_id: u32§repeat: u32§group: *mut c_char§cmd_arg: *mut c_void§task_id: u32§hash: c_ulongTrait Implementations§
Source§impl Clone for switch_scheduler_task
impl Clone for switch_scheduler_task
Source§fn clone(&self) -> switch_scheduler_task
fn clone(&self) -> switch_scheduler_task
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 moreSource§impl Debug for switch_scheduler_task
impl Debug for switch_scheduler_task
Source§impl Default for switch_scheduler_task
impl Default for switch_scheduler_task
impl Copy for switch_scheduler_task
Auto Trait Implementations§
impl Freeze for switch_scheduler_task
impl RefUnwindSafe for switch_scheduler_task
impl !Send for switch_scheduler_task
impl !Sync for switch_scheduler_task
impl Unpin for switch_scheduler_task
impl UnsafeUnpin for switch_scheduler_task
impl UnwindSafe for switch_scheduler_task
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