Struct mux::Dtab [] [src]

pub struct Dtab {
    pub entries: Vec<Dentry>,
}

Delegate table.

Fields

Methods

impl Dtab
[src]

Create a new, empty Dtab.

Create a new Dtab containing the Dentrys.

Add an entry to this Dtab.

Trait Implementations

impl PartialEq for Dtab
[src]

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

This method tests for !=.

impl Eq for Dtab
[src]

impl Debug for Dtab
[src]

Formats the value using the given formatter.

impl Default for Dtab
[src]

Returns the "default value" for a type. Read more