Struct tk::ttk_progressbar::TtkProgressbarInterval
source · pub struct TtkProgressbarInterval { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Default for TtkProgressbarInterval
impl Default for TtkProgressbarInterval
source§impl From<TtkProgressbarInterval> for Obj
impl From<TtkProgressbarInterval> for Obj
source§fn from(interval: TtkProgressbarInterval) -> Obj
fn from(interval: TtkProgressbarInterval) -> Obj
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for TtkProgressbarInterval
impl Send for TtkProgressbarInterval
impl Sync for TtkProgressbarInterval
impl Unpin for TtkProgressbarInterval
impl UnwindSafe for TtkProgressbarInterval
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