Struct sdl2_sys::SDL_hid_device_
source · #[repr(C)]pub struct SDL_hid_device_ { /* private fields */ }
Expand description
\brief A handle representing an open HID device
Trait Implementations§
source§impl Clone for SDL_hid_device_
impl Clone for SDL_hid_device_
source§fn clone(&self) -> SDL_hid_device_
fn clone(&self) -> SDL_hid_device_
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for SDL_hid_device_
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