pub struct RovingNavigateCx {
pub key: KeyCode,
pub modifiers: Modifiers,
pub repeat: bool,
pub axis: Axis,
pub current: Option<usize>,
pub len: usize,
pub disabled: Arc<[bool]>,
pub wrap: bool,
}Fields§
§key: KeyCode§modifiers: Modifiers§repeat: bool§axis: Axis§current: Option<usize>§len: usize§disabled: Arc<[bool]>§wrap: boolTrait Implementations§
Source§fn clone(&self) -> RovingNavigateCx
fn clone(&self) -> RovingNavigateCx
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
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