Struct tk::opt::TkFullScreen
source · pub struct TkFullScreen(/* private fields */);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.Auto Trait Implementations§
impl RefUnwindSafe for TkFullScreen
impl !Send for TkFullScreen
impl !Sync for TkFullScreen
impl Unpin for TkFullScreen
impl UnwindSafe for TkFullScreen
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