pub struct TimingSettings<T> {
pub auto_next: T,
pub letter: T,
pub line: T,
pub select: T,
pub view: T,
}Fields§
§auto_next: T§letter: T§line: T§select: T§view: TImplementations§
Trait Implementations§
Source§impl<T: Clone> Clone for TimingSettings<T>
impl<T: Clone> Clone for TimingSettings<T>
Source§fn clone(&self) -> TimingSettings<T>
fn clone(&self) -> TimingSettings<T>
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§
impl<T> Freeze for TimingSettings<T>where
T: Freeze,
impl<T> RefUnwindSafe for TimingSettings<T>where
T: RefUnwindSafe,
impl<T> Send for TimingSettings<T>where
T: Send,
impl<T> Sync for TimingSettings<T>where
T: Sync,
impl<T> Unpin for TimingSettings<T>where
T: Unpin,
impl<T> UnwindSafe for TimingSettings<T>where
T: 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