Struct tars_stream::tars_decoder::Head [−][src]
Fields
tag: u8
tars_type: u8
len: u8
Trait Implementations
impl Debug for Head[src]
impl Debug for Headfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Head[src]
impl Clone for Headfn clone(&self) -> Head[src]
fn clone(&self) -> HeadReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl PartialEq for Head[src]
impl PartialEq for Headfn eq(&self, other: &Head) -> bool[src]
fn eq(&self, other: &Head) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Head) -> bool[src]
fn ne(&self, other: &Head) -> boolThis method tests for !=.
impl Eq for Head[src]
impl Eq for Headimpl PartialOrd for Head[src]
impl PartialOrd for Headfn partial_cmp(&self, other: &Head) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &Head) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &Head) -> bool[src]
fn lt(&self, other: &Head) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &Head) -> bool[src]
fn le(&self, other: &Head) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &Head) -> bool[src]
fn gt(&self, other: &Head) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &Head) -> bool[src]
fn ge(&self, other: &Head) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl Ord for Head[src]
impl Ord for Headfn cmp(&self, other: &Head) -> Ordering[src]
fn cmp(&self, other: &Head) -> OrderingThis method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> SelfCompares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> SelfCompares and returns the minimum of two values. Read more