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