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