Struct bern_conf_type::Event[][src]

pub struct Event {
    pub pool_size: usize,
}
Expand description

Event related config

Fields

pool_size: usize

The number of events that can be allocated. An event is used for every mutex, semaphore, flag group and message queue.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.