Struct tk::opt::TkMessageOpt
source · pub struct TkMessageOpt(/* private fields */);
Trait Implementations§
source§impl From<TkAnchor> for TkMessageOpt
impl From<TkAnchor> for TkMessageOpt
source§impl From<TkAspect> for TkMessageOpt
impl From<TkAspect> for TkMessageOpt
source§impl From<TkBackground> for TkMessageOpt
impl From<TkBackground> for TkMessageOpt
source§fn from(opt: TkBackground) -> Self
fn from(opt: TkBackground) -> Self
Converts to this type from the input type.
source§impl From<TkBd> for TkMessageOpt
impl From<TkBd> for TkMessageOpt
source§impl From<TkBg> for TkMessageOpt
impl From<TkBg> for TkMessageOpt
source§impl From<TkBorderWidth> for TkMessageOpt
impl From<TkBorderWidth> for TkMessageOpt
source§fn from(opt: TkBorderWidth) -> Self
fn from(opt: TkBorderWidth) -> Self
Converts to this type from the input type.
source§impl From<TkCursor> for TkMessageOpt
impl From<TkCursor> for TkMessageOpt
source§impl From<TkFont> for TkMessageOpt
impl From<TkFont> for TkMessageOpt
source§impl From<TkForeground> for TkMessageOpt
impl From<TkForeground> for TkMessageOpt
source§fn from(opt: TkForeground) -> Self
fn from(opt: TkForeground) -> Self
Converts to this type from the input type.
source§impl From<TkHighlightBackground> for TkMessageOpt
impl From<TkHighlightBackground> for TkMessageOpt
source§fn from(opt: TkHighlightBackground) -> Self
fn from(opt: TkHighlightBackground) -> Self
Converts to this type from the input type.
source§impl From<TkHighlightColor> for TkMessageOpt
impl From<TkHighlightColor> for TkMessageOpt
source§fn from(opt: TkHighlightColor) -> Self
fn from(opt: TkHighlightColor) -> Self
Converts to this type from the input type.
source§impl From<TkHighlightThickness> for TkMessageOpt
impl From<TkHighlightThickness> for TkMessageOpt
source§fn from(opt: TkHighlightThickness) -> Self
fn from(opt: TkHighlightThickness) -> Self
Converts to this type from the input type.
source§impl From<TkJustify> for TkMessageOpt
impl From<TkJustify> for TkMessageOpt
source§impl From<TkPadX> for TkMessageOpt
impl From<TkPadX> for TkMessageOpt
source§impl From<TkPadY> for TkMessageOpt
impl From<TkPadY> for TkMessageOpt
source§impl From<TkRelief> for TkMessageOpt
impl From<TkRelief> for TkMessageOpt
source§impl From<TkTakeFocus> for TkMessageOpt
impl From<TkTakeFocus> for TkMessageOpt
source§fn from(opt: TkTakeFocus) -> Self
fn from(opt: TkTakeFocus) -> Self
Converts to this type from the input type.
source§impl From<TkText> for TkMessageOpt
impl From<TkText> for TkMessageOpt
source§impl From<TkTextVariable> for TkMessageOpt
impl From<TkTextVariable> for TkMessageOpt
source§fn from(opt: TkTextVariable) -> Self
fn from(opt: TkTextVariable) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for TkMessageOpt
impl !Send for TkMessageOpt
impl !Sync for TkMessageOpt
impl Unpin for TkMessageOpt
impl UnwindSafe for TkMessageOpt
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