Struct tk::opt::TkInactiveSelectBackground
source · pub struct TkInactiveSelectBackground(/* private fields */);Trait Implementations§
source§impl Debug for TkInactiveSelectBackground
impl Debug for TkInactiveSelectBackground
source§impl From<TkInactiveSelectBackground> for OptPair
impl From<TkInactiveSelectBackground> for OptPair
source§fn from(opt: TkInactiveSelectBackground) -> Self
fn from(opt: TkInactiveSelectBackground) -> Self
Converts to this type from the input type.
source§impl From<TkInactiveSelectBackground> for TkTextOpt
impl From<TkInactiveSelectBackground> for TkTextOpt
source§fn from(opt: TkInactiveSelectBackground) -> Self
fn from(opt: TkInactiveSelectBackground) -> Self
Converts to this type from the input type.
source§impl Neg for TkInactiveSelectBackground
impl Neg for TkInactiveSelectBackground
§type Output = PathOptsWidgets<(TkInactiveSelectBackground,), ()>
type Output = PathOptsWidgets<(TkInactiveSelectBackground,), ()>
The resulting type after applying the
- operator.source§impl Sub<TkInactiveSelectBackground> for &'static str
impl Sub<TkInactiveSelectBackground> for &'static str
§type Output = PathOptsWidgets<(TkInactiveSelectBackground,), ()>
type Output = PathOptsWidgets<(TkInactiveSelectBackground,), ()>
The resulting type after applying the
- operator.source§impl<O, L> Sub<TkInactiveSelectBackground> for PathOptsWidgets<O, L>where
O: PushBack<TkInactiveSelectBackground>,
impl<O, L> Sub<TkInactiveSelectBackground> for PathOptsWidgets<O, L>where
O: PushBack<TkInactiveSelectBackground>,
§type Output = PathOptsWidgets<<O as PushBack<TkInactiveSelectBackground>>::Output, L>
type Output = PathOptsWidgets<<O as PushBack<TkInactiveSelectBackground>>::Output, L>
The resulting type after applying the
- operator.Auto Trait Implementations§
impl RefUnwindSafe for TkInactiveSelectBackground
impl !Send for TkInactiveSelectBackground
impl !Sync for TkInactiveSelectBackground
impl Unpin for TkInactiveSelectBackground
impl UnwindSafe for TkInactiveSelectBackground
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