Struct DIJOYTYPEINFO_DX6
#[repr(C)]pub struct DIJOYTYPEINFO_DX6 {
pub dwSize: u32,
pub hws: JOYREGHWSETTINGS,
pub clsidConfig: GUID,
pub wszDisplayName: [u16; 256],
pub wszCallout: [u16; 260],
pub wszHardwareId: [u16; 256],
pub dwFlags1: u32,
}
Fields§
§dwSize: u32
§hws: JOYREGHWSETTINGS
§clsidConfig: GUID
§wszDisplayName: [u16; 256]
§wszCallout: [u16; 260]
§wszHardwareId: [u16; 256]
§dwFlags1: u32
Trait Implementations§
§impl Clone for DIJOYTYPEINFO_DX6
impl Clone for DIJOYTYPEINFO_DX6
§fn clone(&self) -> DIJOYTYPEINFO_DX6
fn clone(&self) -> DIJOYTYPEINFO_DX6
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 more§impl Debug for DIJOYTYPEINFO_DX6
impl Debug for DIJOYTYPEINFO_DX6
§impl Default for DIJOYTYPEINFO_DX6
impl Default for DIJOYTYPEINFO_DX6
§impl PartialEq for DIJOYTYPEINFO_DX6
impl PartialEq for DIJOYTYPEINFO_DX6
impl Copy for DIJOYTYPEINFO_DX6
impl StructuralPartialEq for DIJOYTYPEINFO_DX6
Auto Trait Implementations§
impl Freeze for DIJOYTYPEINFO_DX6
impl RefUnwindSafe for DIJOYTYPEINFO_DX6
impl Send for DIJOYTYPEINFO_DX6
impl Sync for DIJOYTYPEINFO_DX6
impl Unpin for DIJOYTYPEINFO_DX6
impl UnwindSafe for DIJOYTYPEINFO_DX6
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