#[repr(C)]pub struct runqueue_process {
pub task: runqueue_task,
pub proc_: uloop_process,
}Fields§
§task: runqueue_task§proc_: uloop_processTrait Implementations§
Source§impl Clone for runqueue_process
impl Clone for runqueue_process
Source§fn clone(&self) -> runqueue_process
fn clone(&self) -> runqueue_process
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 runqueue_process
impl Debug for runqueue_process
Source§impl Default for runqueue_process
impl Default for runqueue_process
Source§fn default() -> runqueue_process
fn default() -> runqueue_process
Returns the “default value” for a type. Read more
impl Copy for runqueue_process
Auto Trait Implementations§
impl Freeze for runqueue_process
impl RefUnwindSafe for runqueue_process
impl Send for runqueue_process
impl Sync for runqueue_process
impl Unpin for runqueue_process
impl UnsafeUnpin for runqueue_process
impl UnwindSafe for runqueue_process
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