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