Struct sensors::BusId[][src]

pub struct BusId { /* fields omitted */ }

Methods

impl BusId
[src]

Return the adapter name of the bus. If it could not be found, it returns None

Trait Implementations

impl Copy for BusId
[src]

impl Clone for BusId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BusId
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for BusId

impl Sync for BusId