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