#[repr(C)]pub struct NpadJoyDeviceType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Trait Implementations§
Source§impl ClassIdentity for NpadJoyDeviceType
impl ClassIdentity for NpadJoyDeviceType
Source§impl Clone for NpadJoyDeviceType
impl Clone for NpadJoyDeviceType
Source§fn clone(&self) -> NpadJoyDeviceType
fn clone(&self) -> NpadJoyDeviceType
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NpadJoyDeviceType
impl Debug for NpadJoyDeviceType
Source§impl PartialEq for NpadJoyDeviceType
impl PartialEq for NpadJoyDeviceType
impl Copy for NpadJoyDeviceType
impl Eq for NpadJoyDeviceType
impl StructuralPartialEq for NpadJoyDeviceType
Auto Trait Implementations§
impl Freeze for NpadJoyDeviceType
impl RefUnwindSafe for NpadJoyDeviceType
impl Send for NpadJoyDeviceType
impl Sync for NpadJoyDeviceType
impl Unpin for NpadJoyDeviceType
impl UnwindSafe for NpadJoyDeviceType
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)