Struct HRAWINPUT
#[repr(transparent)]pub struct HRAWINPUT(pub *mut c_void);
Tuple Fields§
§0: *mut c_void
Implementations§
§impl HRAWINPUT
impl HRAWINPUT
pub fn is_invalid(&self) -> bool
Trait Implementations§
impl Copy for HRAWINPUT
impl Eq for HRAWINPUT
impl StructuralPartialEq for HRAWINPUT
Auto Trait Implementations§
impl Freeze for HRAWINPUT
impl RefUnwindSafe for HRAWINPUT
impl !Send for HRAWINPUT
impl !Sync for HRAWINPUT
impl Unpin for HRAWINPUT
impl UnwindSafe for HRAWINPUT
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