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