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