Struct windows_sys::Win32::Devices::HumanInterfaceDevice::DIPERIODIC
[−]#[repr(C)]pub struct DIPERIODIC {
pub dwMagnitude: u32,
pub lOffset: i32,
pub dwPhase: u32,
pub dwPeriod: u32,
}
Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
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
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