pub enum Floating {}Expand description
Type-level variant of both DisabledConfig and InputConfig
Trait Implementations
sourceimpl DisabledConfig for Floating
 
impl DisabledConfig for Floating
sourceconst DYN: DynDisabled = DynDisabled::Floating
 
const DYN: DynDisabled = DynDisabled::Floating
Corresponding 
DynDisabledsourceimpl InputConfig for Floating
 
impl InputConfig for Floating
sourceimpl InterruptConfig for Floating
 
impl InterruptConfig for Floating
sourceconst DYN: DynInterrupt = DynInterrupt::Floating
 
const DYN: DynInterrupt = DynInterrupt::Floating
Corresponding 
DynInterruptAuto Trait Implementations
impl RefUnwindSafe for Floating
impl Send for Floating
impl Sync for Floating
impl Unpin for Floating
impl UnwindSafe for Floating
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more