Struct riker::kernel::MailboxConfig[][src]

pub struct MailboxConfig {
    pub msg_process_limit: u32,
}

Fields

Trait Implementations

impl Clone for MailboxConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MailboxConfig
[src]

Formats the value using the given formatter. Read more

impl<'a> From<&'a Config> for MailboxConfig
[src]

Performs the conversion.

Auto Trait Implementations