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