Enum ross_protocol::ross_frame::RossFrameId [−][src]
Expand description
Frame id for packets with more than one frame
Variants
LastFrameId(u16)Last frame id inside current packet (12 bits)
CurrentFrameId(u16)Current frame id (12 bits)
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for RossFrameIdimpl Send for RossFrameIdimpl Sync for RossFrameIdimpl Unpin for RossFrameIdimpl UnwindSafe for RossFrameId