Skip to main content

Software

Type Alias Software 

Source
pub type Software = TextAttribute;
Expand description

SOFTWARE attribute.

RFC 5389 Section 15.10.

Aliased Type§

pub struct Software {
    pub attr: AttrType,
    pub text: String,
}

Fields§

§attr: AttrType

Which attribute this text belongs to.

§text: String

The text value.