Struct rubble::l2cap::L2CAPState[][src]

pub struct L2CAPState<M: ChannelMapper> {
    mapper: M,
}
Expand description

L2CAP channel manager and responder.

Fields

mapper: M

Implementations

Creates a new L2CAP state using the given channel configuration.

Gives this instance the ability to transmit packets.

Provides mutable access to the underlying ChannelMapper.

Trait Implementations

Formats the value using the given formatter. Read more

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.

Should always be Self

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.