Struct riker::kernel::Mailbox[][src]

pub struct Mailbox<Msg: Message> { /* fields omitted */ }

Methods

impl<Msg: Message> Mailbox<Msg>
[src]

Trait Implementations

impl<Msg: Clone + Message> Clone for Mailbox<Msg>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<Msg> MailboxSchedule for Mailbox<Msg> where
    Msg: Message
[src]

Auto Trait Implementations

impl<Msg> Send for Mailbox<Msg>

impl<Msg> Sync for Mailbox<Msg>