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