Struct zircon::ZirconDefaultApp [] [src]

pub struct ZirconDefaultApp<D: Send + Sync + 'static> {
    pub config: ZirconConfig,
    pub cpu_pool: CpuPool,
    pub server_data: D,
}

Fields

Methods

impl<D: Send + Sync + 'static> ZirconDefaultApp<D>
[src]

[src]

[src]

Trait Implementations

impl<D: Clone + Send + Sync + 'static> Clone for ZirconDefaultApp<D>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<D: Send + Sync + 'static> ZirconApp for ZirconDefaultApp<D>
[src]

[src]

Returns the number of accept threads.

[src]

Returns the number of cpu threads.

[src]

Returns the internal cpu pool (not for accept threads).