pub enum Floating {}Expand description
Type-level variant of both DisabledConfig and InputConfig
Trait Implementations§
Source§impl DisabledConfig for Floating
 
impl DisabledConfig for Floating
Source§const DYN: DynDisabled = DynDisabled::Floating
 
const DYN: DynDisabled = DynDisabled::Floating
Corresponding 
DynDisabledSource§impl InputConfig for Floating
 
impl InputConfig for Floating
Source§impl InterruptConfig for Floating
 
impl InterruptConfig for Floating
Source§const DYN: DynInterrupt = DynInterrupt::Floating
 
const DYN: DynInterrupt = DynInterrupt::Floating
Corresponding 
DynInterruptAuto Trait Implementations§
impl Freeze for Floating
impl RefUnwindSafe for Floating
impl Send for Floating
impl Sync for Floating
impl Unpin for Floating
impl UnwindSafe for Floating
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