pub struct Input<PULL = Floating>(/* private fields */);
Expand description
Input mode (type state)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<PULL> Freeze for Input<PULL>
impl<PULL> RefUnwindSafe for Input<PULL>where
PULL: RefUnwindSafe,
impl<PULL> Send for Input<PULL>where
PULL: Send,
impl<PULL> Sync for Input<PULL>where
PULL: Sync,
impl<PULL> Unpin for Input<PULL>where
PULL: Unpin,
impl<PULL> UnwindSafe for Input<PULL>where
PULL: UnwindSafe,
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