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