Struct tk::opt::TkRepeatDelay
source · pub struct TkRepeatDelay(/* private fields */);
Trait Implementations§
source§impl Debug for TkRepeatDelay
impl Debug for TkRepeatDelay
source§impl From<TkRepeatDelay> for OptPair
impl From<TkRepeatDelay> for OptPair
source§fn from(opt: TkRepeatDelay) -> Self
fn from(opt: TkRepeatDelay) -> Self
Converts to this type from the input type.
source§impl From<TkRepeatDelay> for TkButtonOpt
impl From<TkRepeatDelay> for TkButtonOpt
source§fn from(opt: TkRepeatDelay) -> Self
fn from(opt: TkRepeatDelay) -> Self
Converts to this type from the input type.
source§fn from(opt: TkRepeatDelay) -> Self
fn from(opt: TkRepeatDelay) -> Self
Converts to this type from the input type.
source§impl From<TkRepeatDelay> for TkScaleOpt
impl From<TkRepeatDelay> for TkScaleOpt
source§fn from(opt: TkRepeatDelay) -> Self
fn from(opt: TkRepeatDelay) -> Self
Converts to this type from the input type.
source§impl From<TkRepeatDelay> for TkScrollbarOpt
impl From<TkRepeatDelay> for TkScrollbarOpt
source§fn from(opt: TkRepeatDelay) -> Self
fn from(opt: TkRepeatDelay) -> Self
Converts to this type from the input type.
source§impl From<TkRepeatDelay> for TkSpinboxOpt
impl From<TkRepeatDelay> for TkSpinboxOpt
source§fn from(opt: TkRepeatDelay) -> Self
fn from(opt: TkRepeatDelay) -> Self
Converts to this type from the input type.
source§fn from(opt: TkRepeatDelay) -> Self
fn from(opt: TkRepeatDelay) -> Self
Converts to this type from the input type.
source§impl Neg for TkRepeatDelay
impl Neg for TkRepeatDelay
§type Output = PathOptsWidgets<(TkRepeatDelay,), ()>
type Output = PathOptsWidgets<(TkRepeatDelay,), ()>
The resulting type after applying the
-
operator.source§impl Sub<TkRepeatDelay> for &'static str
impl Sub<TkRepeatDelay> for &'static str
§type Output = PathOptsWidgets<(TkRepeatDelay,), ()>
type Output = PathOptsWidgets<(TkRepeatDelay,), ()>
The resulting type after applying the
-
operator.source§impl<O, L> Sub<TkRepeatDelay> for PathOptsWidgets<O, L>where
O: PushBack<TkRepeatDelay>,
impl<O, L> Sub<TkRepeatDelay> for PathOptsWidgets<O, L>where O: PushBack<TkRepeatDelay>,
§type Output = PathOptsWidgets<<O as PushBack<TkRepeatDelay>>::Output, L>
type Output = PathOptsWidgets<<O as PushBack<TkRepeatDelay>>::Output, L>
The resulting type after applying the
-
operator.Auto Trait Implementations§
impl RefUnwindSafe for TkRepeatDelay
impl !Send for TkRepeatDelay
impl !Sync for TkRepeatDelay
impl Unpin for TkRepeatDelay
impl UnwindSafe for TkRepeatDelay
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