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