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