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