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