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