Struct bme68x_rust::HeaterConf
source · [−]#[repr(C)]pub struct HeaterConf {
pub enable: u8,
pub heatr_temp: u16,
pub heatr_dur: u16,
pub heatr_temp_prof: *mut u16,
pub heatr_dur_prof: *mut u16,
pub profile_len: u8,
pub shared_heatr_dur: u16,
}Fields
enable: u8heatr_temp: u16heatr_dur: u16heatr_temp_prof: *mut u16heatr_dur_prof: *mut u16profile_len: u8Trait Implementations
sourceimpl Clone for HeaterConf
impl Clone for HeaterConf
sourcefn clone(&self) -> HeaterConf
fn clone(&self) -> HeaterConf
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 HeaterConf
impl Default for HeaterConf
impl Copy for HeaterConf
Auto Trait Implementations
impl RefUnwindSafe for HeaterConf
impl !Send for HeaterConf
impl !Sync for HeaterConf
impl Unpin for HeaterConf
impl UnwindSafe for HeaterConf
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