Struct bme68x_rust::DeviceConf 
source · [−]#[repr(C)]pub struct DeviceConf {
    pub os_hum: u8,
    pub os_temp: u8,
    pub os_pres: u8,
    pub filter: u8,
    pub odr: u8,
}Fields
os_hum: u8os_temp: u8os_pres: u8filter: u8odr: u8Trait Implementations
sourceimpl Clone for DeviceConf
 
impl Clone for DeviceConf
sourcefn clone(&self) -> DeviceConf
 
fn clone(&self) -> DeviceConf
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for DeviceConf
 
impl Default for DeviceConf
sourcefn default() -> DeviceConf
 
fn default() -> DeviceConf
Returns the “default value” for a type. Read more
impl Copy for DeviceConf
Auto Trait Implementations
impl RefUnwindSafe for DeviceConf
impl Send for DeviceConf
impl Sync for DeviceConf
impl Unpin for DeviceConf
impl UnwindSafe for DeviceConf
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    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