Struct JOYREGHWCONFIG
#[repr(C)]pub struct JOYREGHWCONFIG {
pub hws: JOYREGHWSETTINGS,
pub dwUsageSettings: u32,
pub hwv: JOYREGHWVALUES,
pub dwType: u32,
pub dwReserved: u32,
}
Fields§
§hws: JOYREGHWSETTINGS
§dwUsageSettings: u32
§hwv: JOYREGHWVALUES
§dwType: u32
§dwReserved: u32
Trait Implementations§
§impl Clone for JOYREGHWCONFIG
impl Clone for JOYREGHWCONFIG
§fn clone(&self) -> JOYREGHWCONFIG
fn clone(&self) -> JOYREGHWCONFIG
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 JOYREGHWCONFIG
Auto Trait Implementations§
impl Freeze for JOYREGHWCONFIG
impl RefUnwindSafe for JOYREGHWCONFIG
impl Send for JOYREGHWCONFIG
impl Sync for JOYREGHWCONFIG
impl Unpin for JOYREGHWCONFIG
impl UnwindSafe for JOYREGHWCONFIG
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