Struct unreliable_message::msgqueue::MsgId [] [src]

pub struct MsgId(pub u64);

Trait Implementations

Derived Implementations

impl Copy for MsgId

impl Clone for MsgId

fn clone(&self) -> MsgId

fn clone_from(&mut self, source: &Self)

impl Decodable for MsgId

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<MsgId, __D::Error>

impl Encodable for MsgId

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>

impl Debug for MsgId

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl PartialEq for MsgId

fn eq(&self, __arg_0: &MsgId) -> bool

fn ne(&self, __arg_0: &MsgId) -> bool

impl Eq for MsgId

impl PartialOrd for MsgId

fn partial_cmp(&self, __arg_0: &MsgId) -> Option<Ordering>

fn lt(&self, __arg_0: &MsgId) -> bool

fn le(&self, __arg_0: &MsgId) -> bool

fn gt(&self, __arg_0: &MsgId) -> bool

fn ge(&self, __arg_0: &MsgId) -> bool

impl Ord for MsgId

fn cmp(&self, __arg_0: &MsgId) -> Ordering

impl Hash for MsgId

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher