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,
}
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§
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