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