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