Struct SCF_NAVIGATION_EVENT
#[repr(C)]pub struct SCF_NAVIGATION_EVENT {
pub PreviousPage: u32,
pub TargetPage: u32,
pub Button: u32,
}
Fields§
§PreviousPage: u32
§TargetPage: u32
§Button: u32
Trait Implementations§
§impl Clone for SCF_NAVIGATION_EVENT
impl Clone for SCF_NAVIGATION_EVENT
§fn clone(&self) -> SCF_NAVIGATION_EVENT
fn clone(&self) -> SCF_NAVIGATION_EVENT
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for SCF_NAVIGATION_EVENT
impl Debug for SCF_NAVIGATION_EVENT
§impl Default for SCF_NAVIGATION_EVENT
impl Default for SCF_NAVIGATION_EVENT
§impl PartialEq for SCF_NAVIGATION_EVENT
impl PartialEq for SCF_NAVIGATION_EVENT
impl Copy for SCF_NAVIGATION_EVENT
impl StructuralPartialEq for SCF_NAVIGATION_EVENT
Auto Trait Implementations§
impl Freeze for SCF_NAVIGATION_EVENT
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§
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