Struct windows_sys::Win32::Devices::HumanInterfaceDevice::DIPERIODIC
#[repr(C)]pub struct DIPERIODIC {
pub dwMagnitude: u32,
pub lOffset: i32,
pub dwPhase: u32,
pub dwPeriod: u32,
}
Fields§
§dwMagnitude: u32
§lOffset: i32
§dwPhase: u32
§dwPeriod: u32
Trait Implementations§
§impl Clone for DIPERIODIC
impl Clone for DIPERIODIC
impl Copy for DIPERIODIC
Auto Trait Implementations§
impl RefUnwindSafe for DIPERIODIC
impl Send for DIPERIODIC
impl Sync for DIPERIODIC
impl Unpin for DIPERIODIC
impl UnwindSafe for DIPERIODIC
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