Struct windows_sys::Win32::Media::Multimedia::TIMEREVENT
[−]#[repr(C, packed(1))]pub struct TIMEREVENT {
pub wDelay: u16,
pub wResolution: u16,
pub lpFunction: LPTIMECALLBACK,
pub dwUser: u32,
pub wFlags: u16,
pub wReserved1: u16,
}
Expand description
Required features: "Win32_Media_Multimedia"
Fields
wDelay: u16
wResolution: u16
lpFunction: LPTIMECALLBACK
dwUser: u32
wFlags: u16
wReserved1: u16
Trait Implementations
impl Clone for TIMEREVENT
impl Clone for TIMEREVENT
impl Copy for TIMEREVENT
Auto Trait Implementations
impl RefUnwindSafe for TIMEREVENT
impl Send for TIMEREVENT
impl Sync for TIMEREVENT
impl Unpin for TIMEREVENT
impl UnwindSafe for TIMEREVENT
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