pub struct SDL_hid_device { /* private fields */ }Expand description
An opaque handle representing an open HID device.
§Availability
This struct is available since SDL 3.2.0.
Auto Trait Implementations§
impl Freeze for SDL_hid_device
impl RefUnwindSafe for SDL_hid_device
impl Send for SDL_hid_device
impl Sync for SDL_hid_device
impl Unpin for SDL_hid_device
impl UnwindSafe for SDL_hid_device
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