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