SysEntityAttributes

Trait SysEntityAttributes 

Source
pub trait SysEntityAttributes<A: SysAttribute>: SysEntity {
    // Required method
    fn capabilities(&self) -> Vec<A>;
}
Expand description

sysfs class entity attribute type indicator

Required Methods§

Source

fn capabilities(&self) -> Vec<A>

Get attributes available on this entity;

Implementors§