pub trait SysEntityAttributes<A: SysAttribute>: SysEntity {
// Required method
fn capabilities(&self) -> Vec<A>;
}Expand description
sysfs class entity attribute type indicator
Required Methods§
Sourcefn capabilities(&self) -> Vec<A>
fn capabilities(&self) -> Vec<A>
Get attributes available on this entity;