pub struct SensorId { /* private fields */ }
Expand description
§A virtual representation of a sensor.
name
is the name of the sensor
Implementations§
Trait Implementations§
impl Eq for SensorId
impl StructuralPartialEq for SensorId
Auto Trait Implementations§
impl Freeze for SensorId
impl RefUnwindSafe for SensorId
impl Send for SensorId
impl Sync for SensorId
impl Unpin for SensorId
impl UnwindSafe for SensorId
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more