Enum ross_protocol::ross_frame::RossFrameId[][src]

pub enum RossFrameId {
    LastFrameId(u16),
    CurrentFrameId(u16),
}
Expand description

Frame id for packets with more than one frame

Variants

LastFrameId

Last frame id inside current packet (12 bits)

Tuple Fields of LastFrameId

0: u16
CurrentFrameId

Current frame id (12 bits)

Tuple Fields of CurrentFrameId

0: u16

Trait Implementations

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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.