Struct mio_udev::Attribute[][src]

pub struct Attribute<'a> { /* fields omitted */ }

A device attribute.

Methods

impl<'a> Attribute<'a>
[src]

Returns the attribute name.

Returns the attribute value.

Auto Trait Implementations

impl<'a> !Send for Attribute<'a>

impl<'a> !Sync for Attribute<'a>