pub struct SensorInitialization {
pub settable: bool,
pub scanning: bool,
pub events: bool,
pub thresholds: bool,
pub hysteresis: bool,
pub sensor_type: bool,
pub event_generation_enabled_on_startup: bool,
pub sensor_scanning_enabled_on_startup: bool,
}Fields§
§settable: bool§scanning: bool§events: bool§thresholds: bool§hysteresis: bool§sensor_type: bool§event_generation_enabled_on_startup: bool§sensor_scanning_enabled_on_startup: boolTrait Implementations§
Source§impl Clone for SensorInitialization
impl Clone for SensorInitialization
Source§fn clone(&self) -> SensorInitialization
fn clone(&self) -> SensorInitialization
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 moreSource§impl Debug for SensorInitialization
impl Debug for SensorInitialization
Source§impl From<u8> for SensorInitialization
impl From<u8> for SensorInitialization
Source§impl PartialEq for SensorInitialization
impl PartialEq for SensorInitialization
impl Copy for SensorInitialization
impl StructuralPartialEq for SensorInitialization
Auto Trait Implementations§
impl Freeze for SensorInitialization
impl RefUnwindSafe for SensorInitialization
impl Send for SensorInitialization
impl Sync for SensorInitialization
impl Unpin for SensorInitialization
impl UnwindSafe for SensorInitialization
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