pub struct RadialInput {
pub history_len: usize,
pub candidate_count: usize,
}Expand description
Shape of the current focus session (counts + order are all the layout needs).
Fields§
§history_len: usize§candidate_count: usizeAuto Trait Implementations§
impl Freeze for RadialInput
impl RefUnwindSafe for RadialInput
impl Send for RadialInput
impl Sync for RadialInput
impl Unpin for RadialInput
impl UnsafeUnpin for RadialInput
impl UnwindSafe for RadialInput
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