Struct ipp::attribute::IppAttribute [] [src]

pub struct IppAttribute { /* fields omitted */ }

IppAttribute represents an IPP attribute

Methods

impl IppAttribute
[src]

[src]

Create new instance of the attribute

  • name - Attribute name
  • value - Attribute value

[src]

Return attribute name

[src]

Return attribute value

[src]

Serialize attribute into binary stream

Trait Implementations

impl Clone for IppAttribute
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for IppAttribute
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for IppAttribute

impl Sync for IppAttribute