pub struct TkRoot(/* private fields */);
Trait Implementations§
source§impl From<TkRoot> for TkEventOpt
impl From<TkRoot> for TkEventOpt
Auto Trait Implementations§
impl RefUnwindSafe for TkRoot
impl !Send for TkRoot
impl !Sync for TkRoot
impl Unpin for TkRoot
impl UnwindSafe for TkRoot
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