Struct tk::opt::TkSelectBorderWidth
source · pub struct TkSelectBorderWidth(_);Trait Implementations§
source§impl Debug for TkSelectBorderWidth
impl Debug for TkSelectBorderWidth
source§impl From<TkSelectBorderWidth> for OptPair
impl From<TkSelectBorderWidth> for OptPair
source§fn from(opt: TkSelectBorderWidth) -> Self
fn from(opt: TkSelectBorderWidth) -> Self
Converts to this type from the input type.
source§impl From<TkSelectBorderWidth> for TkCanvasOpt
impl From<TkSelectBorderWidth> for TkCanvasOpt
source§fn from(opt: TkSelectBorderWidth) -> Self
fn from(opt: TkSelectBorderWidth) -> Self
Converts to this type from the input type.
source§impl From<TkSelectBorderWidth> for TkEntryOpt
impl From<TkSelectBorderWidth> for TkEntryOpt
source§fn from(opt: TkSelectBorderWidth) -> Self
fn from(opt: TkSelectBorderWidth) -> Self
Converts to this type from the input type.
source§impl From<TkSelectBorderWidth> for TkListboxOpt
impl From<TkSelectBorderWidth> for TkListboxOpt
source§fn from(opt: TkSelectBorderWidth) -> Self
fn from(opt: TkSelectBorderWidth) -> Self
Converts to this type from the input type.
source§impl From<TkSelectBorderWidth> for TkSpinboxOpt
impl From<TkSelectBorderWidth> for TkSpinboxOpt
source§fn from(opt: TkSelectBorderWidth) -> Self
fn from(opt: TkSelectBorderWidth) -> Self
Converts to this type from the input type.
source§impl From<TkSelectBorderWidth> for TkTextOpt
impl From<TkSelectBorderWidth> for TkTextOpt
source§fn from(opt: TkSelectBorderWidth) -> Self
fn from(opt: TkSelectBorderWidth) -> Self
Converts to this type from the input type.
source§impl Neg for TkSelectBorderWidth
impl Neg for TkSelectBorderWidth
§type Output = PathOptsWidgets<(TkSelectBorderWidth,), ()>
type Output = PathOptsWidgets<(TkSelectBorderWidth,), ()>
The resulting type after applying the
- operator.source§impl Sub<TkSelectBorderWidth> for &'static str
impl Sub<TkSelectBorderWidth> for &'static str
§type Output = PathOptsWidgets<(TkSelectBorderWidth,), ()>
type Output = PathOptsWidgets<(TkSelectBorderWidth,), ()>
The resulting type after applying the
- operator.source§impl<O, L> Sub<TkSelectBorderWidth> for PathOptsWidgets<O, L>where
O: PushBack<TkSelectBorderWidth>,
impl<O, L> Sub<TkSelectBorderWidth> for PathOptsWidgets<O, L>where O: PushBack<TkSelectBorderWidth>,
§type Output = PathOptsWidgets<<O as PushBack<TkSelectBorderWidth>>::Output, L>
type Output = PathOptsWidgets<<O as PushBack<TkSelectBorderWidth>>::Output, L>
The resulting type after applying the
- operator.