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