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