pub struct acc_config { /* private fields */ }Expand description
@defgroup config Config @ingroup service
@brief Module to configure sensor and processing
@{
Trait Implementations§
Source§impl Clone for acc_config
impl Clone for acc_config
Source§fn clone(&self) -> acc_config
fn clone(&self) -> acc_config
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 acc_config
impl Debug for acc_config
impl Copy for acc_config
Auto Trait Implementations§
impl Freeze for acc_config
impl RefUnwindSafe for acc_config
impl Send for acc_config
impl Sync for acc_config
impl Unpin for acc_config
impl UnwindSafe for acc_config
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