Struct radius_parser::RadiusAttribute [] [src]

pub struct RadiusAttribute<'a> {
    pub typ: u8,
    pub len: u8,
    pub val: &'a [u8],
}

Fields

Trait Implementations

impl<'a> Debug for RadiusAttribute<'a>
[src]

Formats the value using the given formatter.

impl<'a> PartialEq for RadiusAttribute<'a>
[src]

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

This method tests for !=.