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