Struct unreliable_message::msgqueue::PieceNum
[−]
[src]
pub struct PieceNum(pub u16, pub u16);
pub struct PieceNum(pub u16, pub u16);
impl Copy for PieceNum
impl Clone for PieceNum
fn clone(&self) -> PieceNum
fn clone_from(&mut self, source: &Self)
impl Decodable for PieceNum
impl Encodable for PieceNum
impl Debug for PieceNum
impl PartialEq for PieceNum
impl Eq for PieceNum
impl PartialOrd for PieceNum
fn partial_cmp(&self, __arg_0: &PieceNum) -> Option<Ordering>
fn lt(&self, __arg_0: &PieceNum) -> bool
fn le(&self, __arg_0: &PieceNum) -> bool
fn gt(&self, __arg_0: &PieceNum) -> bool
fn ge(&self, __arg_0: &PieceNum) -> bool
impl Ord for PieceNum
impl Hash for PieceNum
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher