pub enum Tdn {
ButtonClicked(u16),
Created,
Destroyed,
DialogConstructed,
ExpandoButtonClicked(bool),
Help,
HyperlinkClicked(String),
Navigated,
RadioButtonClicked(u16),
Timer(u32),
VerificationClicked(bool),
}
Available on crate feature
comctl
only.Expand description
Variant parameter for:
Variants§
ButtonClicked(u16)
Created
Destroyed
DialogConstructed
ExpandoButtonClicked(bool)
Help
HyperlinkClicked(String)
RadioButtonClicked(u16)
Timer(u32)
VerificationClicked(bool)
Implementations§
Auto Trait Implementations§
impl Freeze for Tdn
impl RefUnwindSafe for Tdn
impl Send for Tdn
impl Sync for Tdn
impl Unpin for Tdn
impl UnwindSafe for Tdn
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