Struct windows_sys::Win32::System::SideShow::SCF_NAVIGATION_EVENT
[−]#[repr(C)]pub struct SCF_NAVIGATION_EVENT {
pub PreviousPage: u32,
pub TargetPage: u32,
pub Button: u32,
}
Expand description
Required features: "Win32_System_SideShow"
Fields
PreviousPage: u32
TargetPage: u32
Button: u32
Trait Implementations
impl Clone for SCF_NAVIGATION_EVENT
impl Clone for SCF_NAVIGATION_EVENT
impl Copy for SCF_NAVIGATION_EVENT
Auto Trait Implementations
impl RefUnwindSafe for SCF_NAVIGATION_EVENT
impl Send for SCF_NAVIGATION_EVENT
impl Sync for SCF_NAVIGATION_EVENT
impl Unpin for SCF_NAVIGATION_EVENT
impl UnwindSafe for SCF_NAVIGATION_EVENT
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