Struct tk::opt::TkWmAttributesOpt
source · pub struct TkWmAttributesOpt(/* private fields */);Trait Implementations§
source§impl From<TkAlpha> for TkWmAttributesOpt
impl From<TkAlpha> for TkWmAttributesOpt
source§impl From<TkDisabled> for TkWmAttributesOpt
impl From<TkDisabled> for TkWmAttributesOpt
source§fn from(opt: TkDisabled) -> Self
fn from(opt: TkDisabled) -> 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 From<TkModified> for TkWmAttributesOpt
impl From<TkModified> for TkWmAttributesOpt
source§fn from(opt: TkModified) -> Self
fn from(opt: TkModified) -> Self
Converts to this type from the input type.
source§impl From<TkNotify> for TkWmAttributesOpt
impl From<TkNotify> for TkWmAttributesOpt
source§impl From<TkTitlePath> for TkWmAttributesOpt
impl From<TkTitlePath> for TkWmAttributesOpt
source§fn from(opt: TkTitlePath) -> Self
fn from(opt: TkTitlePath) -> Self
Converts to this type from the input type.
source§impl From<TkToolWindow> for TkWmAttributesOpt
impl From<TkToolWindow> for TkWmAttributesOpt
source§fn from(opt: TkToolWindow) -> Self
fn from(opt: TkToolWindow) -> Self
Converts to this type from the input type.
source§impl From<TkTopmost> for TkWmAttributesOpt
impl From<TkTopmost> for TkWmAttributesOpt
source§impl From<TkTransparent> for TkWmAttributesOpt
impl From<TkTransparent> for TkWmAttributesOpt
source§fn from(opt: TkTransparent) -> Self
fn from(opt: TkTransparent) -> Self
Converts to this type from the input type.
source§impl From<TkTransparentColor> for TkWmAttributesOpt
impl From<TkTransparentColor> for TkWmAttributesOpt
source§fn from(opt: TkTransparentColor) -> Self
fn from(opt: TkTransparentColor) -> Self
Converts to this type from the input type.
source§impl From<TkType> for TkWmAttributesOpt
impl From<TkType> for TkWmAttributesOpt
Auto Trait Implementations§
impl RefUnwindSafe for TkWmAttributesOpt
impl !Send for TkWmAttributesOpt
impl !Sync for TkWmAttributesOpt
impl Unpin for TkWmAttributesOpt
impl UnwindSafe for TkWmAttributesOpt
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