Struct windows_sys::Devices::Input::PointerDeviceType
[−]#[repr(transparent)]pub struct PointerDeviceType(pub i32);
Expand description
Required features: ‘Devices_Input’
Tuple Fields
0: i32
Implementations
impl PointerDeviceType
impl PointerDeviceType
Trait Implementations
impl Clone for PointerDeviceType
impl Clone for PointerDeviceType
impl Copy for PointerDeviceType
Auto Trait Implementations
impl RefUnwindSafe for PointerDeviceType
impl Send for PointerDeviceType
impl Sync for PointerDeviceType
impl Unpin for PointerDeviceType
impl UnwindSafe for PointerDeviceType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more