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