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