Struct ipaddress::rle::Rle [] [src]

pub struct Rle<T> {
    pub part: T,
    pub pos: usize,
    pub cnt: usize,
    pub max: bool,
}

Fields

Trait Implementations

impl<T: Copy> Copy for Rle<T>
[src]

impl<T: Clone> Clone for Rle<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Display + LowerHex> Debug for Rle<T>
[src]

[src]

Formats the value using the given formatter.

impl<T: PartialEq> PartialEq<Rle<T>> for Rle<T>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.