Struct tk::opt::TkMenuEntryOpt
source · pub struct TkMenuEntryOpt(/* private fields */);
Trait Implementations§
source§impl From<TkAccelerator> for TkMenuEntryOpt
impl From<TkAccelerator> for TkMenuEntryOpt
source§fn from(opt: TkAccelerator) -> Self
fn from(opt: TkAccelerator) -> Self
Converts to this type from the input type.
source§impl From<TkActiveBackground> for TkMenuEntryOpt
impl From<TkActiveBackground> for TkMenuEntryOpt
source§fn from(opt: TkActiveBackground) -> Self
fn from(opt: TkActiveBackground) -> Self
Converts to this type from the input type.
source§impl From<TkActiveForeground> for TkMenuEntryOpt
impl From<TkActiveForeground> for TkMenuEntryOpt
source§fn from(opt: TkActiveForeground) -> Self
fn from(opt: TkActiveForeground) -> Self
Converts to this type from the input type.
source§impl From<TkBackground> for TkMenuEntryOpt
impl From<TkBackground> for TkMenuEntryOpt
source§fn from(opt: TkBackground) -> Self
fn from(opt: TkBackground) -> Self
Converts to this type from the input type.
source§impl From<TkBitmap> for TkMenuEntryOpt
impl From<TkBitmap> for TkMenuEntryOpt
source§impl From<TkColumnBreak> for TkMenuEntryOpt
impl From<TkColumnBreak> for TkMenuEntryOpt
source§fn from(opt: TkColumnBreak) -> Self
fn from(opt: TkColumnBreak) -> Self
Converts to this type from the input type.
source§impl From<TkCommand> for TkMenuEntryOpt
impl From<TkCommand> for TkMenuEntryOpt
source§impl From<TkCompound> for TkMenuEntryOpt
impl From<TkCompound> for TkMenuEntryOpt
source§fn from(opt: TkCompound) -> Self
fn from(opt: TkCompound) -> Self
Converts to this type from the input type.
source§impl From<TkFont> for TkMenuEntryOpt
impl From<TkFont> for TkMenuEntryOpt
source§impl From<TkForeground> for TkMenuEntryOpt
impl From<TkForeground> for TkMenuEntryOpt
source§fn from(opt: TkForeground) -> Self
fn from(opt: TkForeground) -> Self
Converts to this type from the input type.
source§impl From<TkHideMargin> for TkMenuEntryOpt
impl From<TkHideMargin> for TkMenuEntryOpt
source§fn from(opt: TkHideMargin) -> Self
fn from(opt: TkHideMargin) -> Self
Converts to this type from the input type.
source§impl From<TkImage> for TkMenuEntryOpt
impl From<TkImage> for TkMenuEntryOpt
source§impl From<TkIndicatorOn> for TkMenuEntryOpt
impl From<TkIndicatorOn> for TkMenuEntryOpt
source§fn from(opt: TkIndicatorOn) -> Self
fn from(opt: TkIndicatorOn) -> Self
Converts to this type from the input type.
source§impl From<TkLabel> for TkMenuEntryOpt
impl From<TkLabel> for TkMenuEntryOpt
source§impl From<TkMenu> for TkMenuEntryOpt
impl From<TkMenu> for TkMenuEntryOpt
source§impl From<TkOffValue> for TkMenuEntryOpt
impl From<TkOffValue> for TkMenuEntryOpt
source§fn from(opt: TkOffValue) -> Self
fn from(opt: TkOffValue) -> Self
Converts to this type from the input type.
source§impl From<TkOnValue> for TkMenuEntryOpt
impl From<TkOnValue> for TkMenuEntryOpt
source§impl From<TkSelectColor> for TkMenuEntryOpt
impl From<TkSelectColor> for TkMenuEntryOpt
source§fn from(opt: TkSelectColor) -> Self
fn from(opt: TkSelectColor) -> Self
Converts to this type from the input type.
source§impl From<TkSelectImage> for TkMenuEntryOpt
impl From<TkSelectImage> for TkMenuEntryOpt
source§fn from(opt: TkSelectImage) -> Self
fn from(opt: TkSelectImage) -> Self
Converts to this type from the input type.
source§impl From<TkState> for TkMenuEntryOpt
impl From<TkState> for TkMenuEntryOpt
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§impl From<TkValue> for TkMenuEntryOpt
impl From<TkValue> for TkMenuEntryOpt
source§impl From<TkVariable> for TkMenuEntryOpt
impl From<TkVariable> for TkMenuEntryOpt
source§fn from(opt: TkVariable) -> Self
fn from(opt: TkVariable) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for TkMenuEntryOpt
impl !Send for TkMenuEntryOpt
impl !Sync for TkMenuEntryOpt
impl Unpin for TkMenuEntryOpt
impl UnwindSafe for TkMenuEntryOpt
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