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