Struct pixel_widgets::widget::input::State [−][src]
pub struct State { /* fields omitted */ }Expand description
State for Input
Implementations
impl State[src]
impl State[src]pub fn is_focused(&self) -> bool[src]
pub fn is_focused(&self) -> bool[src]Returns whether the input state is currently focused and accepting input
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for State
impl Send for State
impl Sync for State
impl Unpin for State
impl UnwindSafe for State
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for Timpl<T> Any for T where
T: Any,
T: Any,