#[repr(C)]pub struct acc_sensor { /* private fields */ }Expand description
@defgroup service Service
@brief Service API
@defgroup sensor Sensor @ingroup service
@brief Module to control the sensor
@{
Trait Implementations§
Source§impl Clone for acc_sensor
impl Clone for acc_sensor
Source§fn clone(&self) -> acc_sensor
fn clone(&self) -> acc_sensor
Returns a copy 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_sensor
impl Debug for acc_sensor
impl Copy for acc_sensor
Auto Trait Implementations§
impl Freeze for acc_sensor
impl RefUnwindSafe for acc_sensor
impl Send for acc_sensor
impl Sync for acc_sensor
impl Unpin for acc_sensor
impl UnwindSafe for acc_sensor
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