Struct windows_sys::Win32::Devices::HumanInterfaceDevice::DIPROPCALPOV
#[repr(C)]pub struct DIPROPCALPOV {
pub diph: DIPROPHEADER,
pub lMin: [i32; 5],
pub lMax: [i32; 5],
}
Fields§
§diph: DIPROPHEADER
§lMin: [i32; 5]
§lMax: [i32; 5]
Trait Implementations§
§impl Clone for DIPROPCALPOV
impl Clone for DIPROPCALPOV
impl Copy for DIPROPCALPOV
Auto Trait Implementations§
impl RefUnwindSafe for DIPROPCALPOV
impl Send for DIPROPCALPOV
impl Sync for DIPROPCALPOV
impl Unpin for DIPROPCALPOV
impl UnwindSafe for DIPROPCALPOV
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