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