pub struct IDirectInputDevice2W(/* private fields */);
Implementations§
Source§impl IDirectInputDevice2W
impl IDirectInputDevice2W
pub unsafe fn GetCapabilities(&self, param0: *mut DIDEVCAPS) -> Result<()>
pub unsafe fn EnumObjects( &self, param0: Option<LPDIENUMDEVICEOBJECTSCALLBACKW>, param1: *mut c_void, param2: u32, ) -> Result<()>
pub unsafe fn GetProperty( &self, param0: *const Guid, param1: *mut DIPROPHEADER, ) -> Result<()>
pub unsafe fn SetProperty( &self, param0: *const Guid, param1: *mut DIPROPHEADER, ) -> Result<()>
pub unsafe fn Acquire(&self) -> Result<()>
pub unsafe fn Unacquire(&self) -> Result<()>
pub unsafe fn GetDeviceState( &self, param0: u32, param1: *mut c_void, ) -> Result<()>
pub unsafe fn GetDeviceData( &self, param0: u32, param1: *mut DIDEVICEOBJECTDATA, param2: *mut u32, param3: u32, ) -> Result<()>
pub unsafe fn SetDataFormat(&self, param0: *mut DIDATAFORMAT) -> Result<()>
pub unsafe fn SetEventNotification<'a>( &self, param0: impl IntoParam<'a, HANDLE>, ) -> Result<()>
pub unsafe fn SetCooperativeLevel<'a>( &self, param0: impl IntoParam<'a, HWND>, param1: u32, ) -> Result<()>
pub unsafe fn GetObjectInfo( &self, param0: *mut DIDEVICEOBJECTINSTANCEW, param1: u32, param2: u32, ) -> Result<()>
pub unsafe fn GetDeviceInfo(&self, param0: *mut DIDEVICEINSTANCEW) -> 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, param2: *const Guid, ) -> Result<()>
pub unsafe fn CreateEffect<'a>( &self, param0: *const Guid, param1: *mut DIEFFECT, param2: *mut Option<IDirectInputEffect>, param3: impl IntoParam<'a, IUnknown>, ) -> Result<()>
pub unsafe fn EnumEffects( &self, param0: Option<LPDIENUMEFFECTSCALLBACKW>, param1: *mut c_void, param2: u32, ) -> Result<()>
pub unsafe fn GetEffectInfo( &self, param0: *mut DIEFFECTINFOW, param1: *const Guid, ) -> Result<()>
pub unsafe fn GetForceFeedbackState(&self, param0: *mut u32) -> Result<()>
pub unsafe fn SendForceFeedbackCommand(&self, param0: u32) -> Result<()>
pub unsafe fn EnumCreatedEffectObjects( &self, param0: Option<LPDIENUMCREATEDEFFECTOBJECTSCALLBACK>, param1: *mut c_void, param2: u32, ) -> Result<()>
pub unsafe fn Escape(&self, param0: *mut DIEFFESCAPE) -> Result<()>
pub unsafe fn Poll(&self) -> Result<()>
pub unsafe fn SendDeviceData( &self, param0: u32, param1: *mut DIDEVICEOBJECTDATA, param2: *mut u32, param3: u32, ) -> Result<()>
Trait Implementations§
Source§impl Clone for IDirectInputDevice2W
impl Clone for IDirectInputDevice2W
Source§fn clone(&self) -> IDirectInputDevice2W
fn clone(&self) -> IDirectInputDevice2W
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 IDirectInputDevice2W
impl Debug for IDirectInputDevice2W
Source§impl From<&IDirectInputDevice2W> for IDirectInputDeviceW
impl From<&IDirectInputDevice2W> for IDirectInputDeviceW
Source§fn from(value: &IDirectInputDevice2W) -> Self
fn from(value: &IDirectInputDevice2W) -> Self
Converts to this type from the input type.
Source§impl From<&IDirectInputDevice2W> for IUnknown
impl From<&IDirectInputDevice2W> for IUnknown
Source§fn from(value: &IDirectInputDevice2W) -> Self
fn from(value: &IDirectInputDevice2W) -> Self
Converts to this type from the input type.
Source§impl From<&IDirectInputDevice7W> for IDirectInputDevice2W
impl From<&IDirectInputDevice7W> for IDirectInputDevice2W
Source§fn from(value: &IDirectInputDevice7W) -> Self
fn from(value: &IDirectInputDevice7W) -> Self
Converts to this type from the input type.
Source§impl From<IDirectInputDevice2W> for IDirectInputDeviceW
impl From<IDirectInputDevice2W> for IDirectInputDeviceW
Source§fn from(value: IDirectInputDevice2W) -> Self
fn from(value: IDirectInputDevice2W) -> Self
Converts to this type from the input type.
Source§impl From<IDirectInputDevice2W> for IUnknown
impl From<IDirectInputDevice2W> for IUnknown
Source§fn from(value: IDirectInputDevice2W) -> Self
fn from(value: IDirectInputDevice2W) -> Self
Converts to this type from the input type.
Source§impl From<IDirectInputDevice7W> for IDirectInputDevice2W
impl From<IDirectInputDevice7W> for IDirectInputDevice2W
Source§fn from(value: IDirectInputDevice7W) -> Self
fn from(value: IDirectInputDevice7W) -> Self
Converts to this type from the input type.
Source§impl Interface for IDirectInputDevice2W
impl Interface for IDirectInputDevice2W
const IID: Guid
type Vtable = IDirectInputDevice2W_abi
Source§unsafe fn assume_vtable<T>(&self) -> &<T as Interface>::Vtablewhere
T: Interface,
unsafe fn assume_vtable<T>(&self) -> &<T as Interface>::Vtablewhere
T: Interface,
Safety Read more
Source§unsafe fn query(&self, iid: *const Guid, interface: *mut *mut c_void) -> HRESULT
unsafe fn query(&self, iid: *const Guid, interface: *mut *mut c_void) -> HRESULT
Safety Read more
Source§impl PartialEq for IDirectInputDevice2W
impl PartialEq for IDirectInputDevice2W
impl Eq for IDirectInputDevice2W
impl StructuralPartialEq for IDirectInputDevice2W
Auto Trait Implementations§
impl Freeze for IDirectInputDevice2W
impl RefUnwindSafe for IDirectInputDevice2W
impl !Send for IDirectInputDevice2W
impl !Sync for IDirectInputDevice2W
impl Unpin for IDirectInputDevice2W
impl UnwindSafe for IDirectInputDevice2W
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
type DefaultType = Option<T>
Source§fn ok(value: &<T as Abi>::DefaultType) -> Result<T, Error>
fn ok(value: &<T as Abi>::DefaultType) -> Result<T, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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