Struct windows_sys::Win32::System::SideShow::SCF_EVENT_HEADER
[−]Expand description
Required features: "Win32_System_SideShow"
Fields
PreviousPage: u32
TargetPage: u32
Trait Implementations
impl Clone for SCF_EVENT_HEADER
impl Clone for SCF_EVENT_HEADER
impl Copy for SCF_EVENT_HEADER
Auto Trait Implementations
impl RefUnwindSafe for SCF_EVENT_HEADER
impl Send for SCF_EVENT_HEADER
impl Sync for SCF_EVENT_HEADER
impl Unpin for SCF_EVENT_HEADER
impl UnwindSafe for SCF_EVENT_HEADER
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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