Enum tk::spinbox::TkSpinboxElement
source · pub enum TkSpinboxElement {
None,
ButtonDown,
ButtonUp,
Entry,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TkSpinboxElement
impl Send for TkSpinboxElement
impl Sync for TkSpinboxElement
impl Unpin for TkSpinboxElement
impl UnwindSafe for TkSpinboxElement
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