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