Struct itron_solid_asp3::messagebuffer::Builder[][src]

pub struct Builder<Capacity, MaxMessageSize> { /* fields omitted */ }
This is supported on crate feature unstable and (crate features asp3 and messagebuf, or crate features solid_asp3 and messagebuf, or crate feature none) and crate feature dcre and non-crate feature asp3 only.
Expand description

The builder type for message buffers. Created by MessageBuffer::build.

Its generic parameters are an implementation detail.

Implementations

(Mandatory) Specify the capacity, measured in bytes.

(Mandatory) Specify the maximum message size, measured in bytes.

Create a message buffer using the specified parameters.

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.