ariel_os::thread

Trait Arguable

pub trait Arguable { }
Available on crate feature threading only.
Expand description

Trait for types that fit into a single register.

Implementations on Foreign Types§

§

impl Arguable for ()

§

impl Arguable for usize

§

impl<T> Arguable for &'static T

Arguable is only implemented on static references because the references passed to a thread must be valid for its entire lifetime.

Implementors§