Struct coap_lite::Packet[][src]

pub struct Packet {
    pub header: Header,
    pub payload: Vec<u8>,
    // some fields omitted
}
Expand description

The CoAP packet.

Fields

header: Headerpayload: Vec<u8>

Implementations

Creates a new packet.

Returns an iterator over the options of the packet.

Sets the token.

Returns the token.

Sets an option’s values.

Returns an option’s values.

Adds an option value.

Removes an option.

Sets the content-format.

Returns the content-format.

Sets the value of the observe option.

Returns the value of the observe option.

Decodes a byte slice and constructs the equivalent packet.

Returns a vector of bytes representing the Packet.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. 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.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.