Struct parsip::SipVersion [] [src]

pub struct SipVersion(pub u8, pub u8);

SIP-Version ex. SIP/2.0 -> SipVersion(2, 0)

Trait Implementations

impl Copy for SipVersion
[src]

impl Clone for SipVersion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SipVersion
[src]

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

This method tests for !=.

impl Debug for SipVersion
[src]

Formats the value using the given formatter.