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