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