pub struct MotionSensorControl { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for MotionSensorControl
impl Debug for MotionSensorControl
Source§impl Default for MotionSensorControl
impl Default for MotionSensorControl
Source§fn default() -> MotionSensorControl
fn default() -> MotionSensorControl
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MotionSensorControl
impl RefUnwindSafe for MotionSensorControl
impl Send for MotionSensorControl
impl Sync for MotionSensorControl
impl Unpin for MotionSensorControl
impl UnwindSafe for MotionSensorControl
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