pub struct SensorInformation {
pub sensors: HashSet<Enum>,
}Expand description
The sensor information supported by the user for android auto
Fields§
§sensors: HashSet<Enum>The sensor types supported
Trait Implementations§
Source§impl Clone for SensorInformation
impl Clone for SensorInformation
Source§fn clone(&self) -> SensorInformation
fn clone(&self) -> SensorInformation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SensorInformation
impl RefUnwindSafe for SensorInformation
impl Send for SensorInformation
impl Sync for SensorInformation
impl Unpin for SensorInformation
impl UnsafeUnpin for SensorInformation
impl UnwindSafe for SensorInformation
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