Struct unreliable_message::msgqueue::MsgId
[−]
[src]
pub struct MsgId(pub u64);
pub struct MsgId(pub u64);
impl Copy for MsgId
impl Clone for MsgId
fn clone(&self) -> MsgId
fn clone_from(&mut self, source: &Self)
impl Decodable for MsgId
impl Encodable for MsgId
impl Debug for MsgId
impl PartialEq for MsgId
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
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