Struct xous::ThreadInit
source · pub struct ThreadInit {}Expand description
Describes the parameters required to create a new thread on this platform.
Trait Implementations§
source§impl Clone for ThreadInit
impl Clone for ThreadInit
source§fn clone(&self) -> ThreadInit
fn clone(&self) -> ThreadInit
Returns a copy of the value. Read more
1.0.0 · 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 ThreadInit
impl Debug for ThreadInit
source§impl PartialEq<ThreadInit> for ThreadInit
impl PartialEq<ThreadInit> for ThreadInit
source§fn eq(&self, other: &ThreadInit) -> bool
fn eq(&self, other: &ThreadInit) -> bool
This method tests for
self and other values to be equal, and is used
by ==.