pub struct IDeviceSpecificProperty(/* private fields */);Implementations§
Source§impl IDeviceSpecificProperty
impl IDeviceSpecificProperty
pub unsafe fn GetType(&self, pvtype: *mut u16) -> HRESULT
pub unsafe fn GetValue( &self, pvvalue: *mut c_void, pcbvalue: *mut u32, ) -> HRESULT
pub unsafe fn SetValue( &self, pvvalue: *mut c_void, cbvalue: u32, pguideventcontext: *mut Guid, ) -> HRESULT
pub unsafe fn Get4BRange( &self, plmin: *mut i32, plmax: *mut i32, plstepping: *mut i32, ) -> HRESULT
Trait Implementations§
Source§impl Clone for IDeviceSpecificProperty
impl Clone for IDeviceSpecificProperty
Source§fn clone(&self) -> IDeviceSpecificProperty
fn clone(&self) -> IDeviceSpecificProperty
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IDeviceSpecificProperty
impl Debug for IDeviceSpecificProperty
impl Eq for IDeviceSpecificProperty
Source§impl From<&IDeviceSpecificProperty> for IUnknown
impl From<&IDeviceSpecificProperty> for IUnknown
Source§fn from(value: &IDeviceSpecificProperty) -> Self
fn from(value: &IDeviceSpecificProperty) -> Self
Converts to this type from the input type.
Source§impl From<IDeviceSpecificProperty> for IUnknown
impl From<IDeviceSpecificProperty> for IUnknown
Source§fn from(value: IDeviceSpecificProperty) -> Self
fn from(value: IDeviceSpecificProperty) -> Self
Converts to this type from the input type.
Source§impl Interface for IDeviceSpecificProperty
impl Interface for IDeviceSpecificProperty
const IID: Guid
type Vtable = IDeviceSpecificProperty_abi
Source§impl<'a> IntoParam<'a, IUnknown> for IDeviceSpecificProperty
impl<'a> IntoParam<'a, IUnknown> for IDeviceSpecificProperty
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IDeviceSpecificProperty
impl<'a> IntoParam<'a, IUnknown> for &'a IDeviceSpecificProperty
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IDeviceSpecificProperty
impl PartialEq for IDeviceSpecificProperty
impl StructuralPartialEq for IDeviceSpecificProperty
Auto Trait Implementations§
impl !Send for IDeviceSpecificProperty
impl !Sync for IDeviceSpecificProperty
impl Freeze for IDeviceSpecificProperty
impl RefUnwindSafe for IDeviceSpecificProperty
impl Unpin for IDeviceSpecificProperty
impl UnsafeUnpin for IDeviceSpecificProperty
impl UnwindSafe for IDeviceSpecificProperty
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
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.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
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