Enum sdp::Value [] [src]

pub enum Value {
    v(ProtocolVersion),
    o(Origin),
    s(String),
    i(String),
    u(Uri),
    e(Option<String>),
    p(Option<String>),
    c(Option<ConnectionInfo>),
    b(Option<Bandwidth>),
    z(Option<String>),
    k(Option<String>),
    a(Option<String>),
    t(usize),
    r(Option<usize>),
    m(Option<String>),
}

Variants

Methods

impl Value
[src]

Trait Implementations

impl Debug for Value
[src]

Formats the value using the given formatter.

impl Clone for Value
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl ToString for Value
[src]

Converts the given value to a String. Read more