Struct tokio_udev::Attribute[]

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

A device attribute.

Methods

impl<'a> Attribute<'a>

Returns the attribute name.

Returns the attribute value.

Auto Trait Implementations

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

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