Struct radius_parser::RadiusAttribute
[−]
[src]
pub struct RadiusAttribute<'a> {
pub typ: u8,
pub len: u8,
pub val: &'a [u8],
}Fields
typ: u8
len: u8
val: &'a [u8]
Trait Implementations
impl<'a> Debug for RadiusAttribute<'a>[src]
impl<'a> PartialEq for RadiusAttribute<'a>[src]
fn eq(&self, __arg_0: &RadiusAttribute<'a>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &RadiusAttribute<'a>) -> bool
This method tests for !=.