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