pub struct Config {
pub device: DeviceType,
pub bdr_xl: f32,
pub bdr_gy: f32,
pub bdr_vsens: f32,
}Fields§
§device: DeviceType§bdr_xl: f32§bdr_gy: f32§bdr_vsens: f32Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for 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