Struct tk::menu::CheckbuttonOpt
source · pub struct CheckbuttonOpt(_);
Trait Implementations§
source§fn from(opt: TkAccelerator) -> Self
fn from(opt: TkAccelerator) -> Self
Converts to this type from the input type.
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: TkColumnBreak) -> Self
fn from(opt: TkColumnBreak) -> 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: TkForeground) -> Self
fn from(opt: TkForeground) -> Self
Converts to this type from the input type.
source§fn from(opt: TkHideMargin) -> Self
fn from(opt: TkHideMargin) -> 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: TkOffValue) -> Self
fn from(opt: TkOffValue) -> 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: 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.
Auto Trait Implementations§
Blanket Implementations§
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more