Struct omnisensor::gpio::BridgeGPIOConfig
source · [−]Expand description
Internal representation of bridge GPIO config data from dbus.
Fields
name: String
The name of the GPIO line.
setup_time: Duration
How long to hold the line in its active state before sampling an associated sensor.
polarity: Polarity
The polarity of the GPIO line.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BridgeGPIOConfig
impl Send for BridgeGPIOConfig
impl Sync for BridgeGPIOConfig
impl Unpin for BridgeGPIOConfig
impl UnwindSafe for BridgeGPIOConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more