[][src]Struct radius_parser::FramedCompression

pub struct FramedCompression(pub u32);

This Attribute indicates a compression protocol to be used for the link. It MAY be used in Access-Accept packets. It MAY be used in an Access-Request packet as a hint to the server that the NAS would prefer to use that compression, but the server is not required to honor the hint.

More than one compression protocol Attribute MAY be sent. It is the responsibility of the NAS to apply the proper compression protocol to appropriate link traffic.

Methods

impl FramedCompression
[src]

pub const None: FramedCompression[src]

No compression

pub const TcpIp: FramedCompression[src]

VJ TCP/IP header compression (See RFC1144)

pub const Ipx: FramedCompression[src]

IPX header compression

pub const StaticLzs: FramedCompression[src]

Stac-LZS compression

Trait Implementations

impl Eq for FramedCompression
[src]

impl Copy for FramedCompression
[src]

impl PartialEq<FramedCompression> for FramedCompression
[src]

impl Clone for FramedCompression
[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for FramedCompression
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]