Struct windows_sys::Win32::UI::Ribbon::UI_EVENTPARAMS
[−]#[repr(C)]pub struct UI_EVENTPARAMS {
pub EventType: UI_EVENTTYPE,
pub Anonymous: UI_EVENTPARAMS_0,
}
Expand description
Required features: "Win32_UI_Ribbon"
Fields
EventType: UI_EVENTTYPE
Anonymous: UI_EVENTPARAMS_0
Trait Implementations
impl Clone for UI_EVENTPARAMS
impl Clone for UI_EVENTPARAMS
impl Copy for UI_EVENTPARAMS
Auto Trait Implementations
impl RefUnwindSafe for UI_EVENTPARAMS
impl !Send for UI_EVENTPARAMS
impl !Sync for UI_EVENTPARAMS
impl Unpin for UI_EVENTPARAMS
impl UnwindSafe for UI_EVENTPARAMS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more