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: u16wResolution: u16lpFunction: LPTIMECALLBACKdwUser: u32wFlags: u16wReserved1: u16Trait 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 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