Struct tk::opt::TkFullScreen
source · pub struct TkFullScreen(_);Trait Implementations§
source§impl Debug for TkFullScreen
impl Debug for TkFullScreen
source§impl From<TkFullScreen> for OptPair
impl From<TkFullScreen> for OptPair
source§fn from(opt: TkFullScreen) -> Self
fn from(opt: TkFullScreen) -> Self
Converts to this type from the input type.
source§impl From<TkFullScreen> for TkWmAttributesOpt
impl From<TkFullScreen> for TkWmAttributesOpt
source§fn from(opt: TkFullScreen) -> Self
fn from(opt: TkFullScreen) -> Self
Converts to this type from the input type.
source§impl Neg for TkFullScreen
impl Neg for TkFullScreen
§type Output = PathOptsWidgets<(TkFullScreen,), ()>
type Output = PathOptsWidgets<(TkFullScreen,), ()>
The resulting type after applying the
- operator.source§impl Sub<TkFullScreen> for &'static str
impl Sub<TkFullScreen> for &'static str
§type Output = PathOptsWidgets<(TkFullScreen,), ()>
type Output = PathOptsWidgets<(TkFullScreen,), ()>
The resulting type after applying the
- operator.source§impl<O, L> Sub<TkFullScreen> for PathOptsWidgets<O, L>where
O: PushBack<TkFullScreen>,
impl<O, L> Sub<TkFullScreen> for PathOptsWidgets<O, L>where O: PushBack<TkFullScreen>,
§type Output = PathOptsWidgets<<O as PushBack<TkFullScreen>>::Output, L>
type Output = PathOptsWidgets<<O as PushBack<TkFullScreen>>::Output, L>
The resulting type after applying the
- operator.