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