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