Struct omnisensor::external::ExternalSensorIO
source · [−]pub struct ExternalSensorIO {
core: Arc<Mutex<ExternalSensorIOCore>>,
}
Expand description
“I/O” mechanism for external sensors.
This is simply a wrapper around ExternalSensorIOCore
so that it can be shared.
Fields
core: Arc<Mutex<ExternalSensorIOCore>>
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ExternalSensorIO
impl Send for ExternalSensorIO
impl Sync for ExternalSensorIO
impl Unpin for ExternalSensorIO
impl !UnwindSafe for ExternalSensorIO
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