pub struct IDirectInput8A(/* private fields */);Implementations§
Source§impl IDirectInput8A
impl IDirectInput8A
pub unsafe fn CreateDevice<'a>( &self, param0: *const Guid, param1: *mut Option<IDirectInputDevice8A>, param2: impl IntoParam<'a, IUnknown>, ) -> Result<()>
pub unsafe fn EnumDevices( &self, param0: u32, param1: Option<LPDIENUMDEVICESCALLBACKA>, param2: *mut c_void, param3: u32, ) -> Result<()>
pub unsafe fn GetDeviceStatus(&self, param0: *const Guid) -> Result<()>
pub unsafe fn RunControlPanel<'a>( &self, param0: impl IntoParam<'a, HWND>, param1: u32, ) -> Result<()>
pub unsafe fn Initialize<'a>( &self, param0: impl IntoParam<'a, HINSTANCE>, param1: u32, ) -> Result<()>
pub unsafe fn FindDevice<'a>( &self, param0: *const Guid, param1: impl IntoParam<'a, PSTR>, param2: *mut Guid, ) -> Result<()>
pub unsafe fn EnumDevicesBySemantics<'a>( &self, param0: impl IntoParam<'a, PSTR>, param1: *mut DIACTIONFORMATA, param2: Option<LPDIENUMDEVICESBYSEMANTICSCBA>, param3: *mut c_void, param4: u32, ) -> Result<()>
pub unsafe fn ConfigureDevices( &self, param0: Option<LPDICONFIGUREDEVICESCALLBACK>, param1: *mut DICONFIGUREDEVICESPARAMSA, param2: u32, param3: *mut c_void, ) -> Result<()>
Trait Implementations§
Source§impl Clone for IDirectInput8A
impl Clone for IDirectInput8A
Source§fn clone(&self) -> IDirectInput8A
fn clone(&self) -> IDirectInput8A
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 moreSource§impl Debug for IDirectInput8A
impl Debug for IDirectInput8A
Source§impl From<&IDirectInput8A> for IUnknown
impl From<&IDirectInput8A> for IUnknown
Source§fn from(value: &IDirectInput8A) -> Self
fn from(value: &IDirectInput8A) -> Self
Converts to this type from the input type.
Source§impl From<IDirectInput8A> for IUnknown
impl From<IDirectInput8A> for IUnknown
Source§fn from(value: IDirectInput8A) -> Self
fn from(value: IDirectInput8A) -> Self
Converts to this type from the input type.
Source§impl Interface for IDirectInput8A
impl Interface for IDirectInput8A
Source§impl PartialEq for IDirectInput8A
impl PartialEq for IDirectInput8A
impl Eq for IDirectInput8A
impl StructuralPartialEq for IDirectInput8A
Auto Trait Implementations§
impl Freeze for IDirectInput8A
impl RefUnwindSafe for IDirectInput8A
impl !Send for IDirectInput8A
impl !Sync for IDirectInput8A
impl Unpin for IDirectInput8A
impl UnwindSafe for IDirectInput8A
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