Struct kwap_msg::Id [−][src]
pub struct Id(pub u16);Expand description
Message ID
16-bit unsigned integer in network byte order. Used to detect message duplication and to match messages of type Acknowledgement/Reset to messages of type Confirmable/Non- confirmable. The rules for generating a Message ID and matching messages are defined in RFC7252 Section 4
For a little more context and the difference between Id and Token, see Token.
See RFC7252 - Message Details for context
Tuple Fields
0: u16Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
