Struct tk::opt::TkCheckbuttonOpt
source · pub struct TkCheckbuttonOpt(/* private fields */);Trait Implementations§
source§fn from(opt: TkActiveBackground) -> Self
fn from(opt: TkActiveBackground) -> Self
Converts to this type from the input type.
source§fn from(opt: TkActiveForeground) -> Self
fn from(opt: TkActiveForeground) -> Self
Converts to this type from the input type.
source§fn from(opt: TkBackground) -> Self
fn from(opt: TkBackground) -> Self
Converts to this type from the input type.
source§fn from(opt: TkBorderWidth) -> Self
fn from(opt: TkBorderWidth) -> Self
Converts to this type from the input type.
source§fn from(opt: TkCompound) -> Self
fn from(opt: TkCompound) -> Self
Converts to this type from the input type.
source§fn from(opt: TkDisabledForeground) -> Self
fn from(opt: TkDisabledForeground) -> Self
Converts to this type from the input type.
source§fn from(opt: TkForeground) -> Self
fn from(opt: TkForeground) -> Self
Converts to this type from the input type.
source§fn from(opt: TkHighlightBackground) -> Self
fn from(opt: TkHighlightBackground) -> Self
Converts to this type from the input type.
source§fn from(opt: TkHighlightColor) -> Self
fn from(opt: TkHighlightColor) -> Self
Converts to this type from the input type.
source§fn from(opt: TkHighlightThickness) -> Self
fn from(opt: TkHighlightThickness) -> Self
Converts to this type from the input type.
source§fn from(opt: TkIndicatorOn) -> Self
fn from(opt: TkIndicatorOn) -> Self
Converts to this type from the input type.
source§fn from(opt: TkOffRelief) -> Self
fn from(opt: TkOffRelief) -> Self
Converts to this type from the input type.
source§fn from(opt: TkOffValue) -> Self
fn from(opt: TkOffValue) -> Self
Converts to this type from the input type.
source§fn from(opt: TkOverRelief) -> Self
fn from(opt: TkOverRelief) -> Self
Converts to this type from the input type.
source§fn from(opt: TkRepeatDelay) -> Self
fn from(opt: TkRepeatDelay) -> Self
Converts to this type from the input type.
source§fn from(opt: TkRepeatInterval) -> Self
fn from(opt: TkRepeatInterval) -> Self
Converts to this type from the input type.
source§fn from(opt: TkSelectColor) -> Self
fn from(opt: TkSelectColor) -> Self
Converts to this type from the input type.
source§fn from(opt: TkSelectImage) -> Self
fn from(opt: TkSelectImage) -> Self
Converts to this type from the input type.
source§fn from(opt: TkTakeFocus) -> Self
fn from(opt: TkTakeFocus) -> Self
Converts to this type from the input type.
source§fn from(opt: TkTextVariable) -> Self
fn from(opt: TkTextVariable) -> Self
Converts to this type from the input type.
source§fn from(opt: TkTristateImage) -> Self
fn from(opt: TkTristateImage) -> Self
Converts to this type from the input type.
source§fn from(opt: TkTristateValue) -> Self
fn from(opt: TkTristateValue) -> 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: TkVariable) -> Self
fn from(opt: TkVariable) -> Self
Converts to this type from the input type.
source§fn from(opt: TkWrapLength) -> Self
fn from(opt: TkWrapLength) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
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