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