Enum tk::menu::TkMenuCloneType
source · pub enum TkMenuCloneType {
Normal,
MenuBar,
TearOff,
}Expand description
Used in TkMenu::clone() method
Variants§
Trait Implementations§
source§impl From<TkMenuCloneType> for Obj
impl From<TkMenuCloneType> for Obj
source§fn from(menu_clone_type: TkMenuCloneType) -> Obj
fn from(menu_clone_type: TkMenuCloneType) -> Obj
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for TkMenuCloneType
impl Send for TkMenuCloneType
impl Sync for TkMenuCloneType
impl Unpin for TkMenuCloneType
impl UnwindSafe for TkMenuCloneType
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