#[repr(C)]
pub struct IPortableDeviceValues_Vtbl {
Show 41 fields pub base__: IUnknown_Vtbl, pub GetCount: unsafe extern "system" fn(_: *mut c_void, _: *const u32) -> HRESULT, pub GetAt: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut PROPERTYKEY, _: *mut MaybeUninit<PROPVARIANT>) -> HRESULT, pub SetValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *const MaybeUninit<PROPVARIANT>) -> HRESULT, pub GetValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut MaybeUninit<PROPVARIANT>) -> HRESULT, pub SetStringValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: PCWSTR) -> HRESULT, pub GetStringValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut PWSTR) -> HRESULT, pub SetUnsignedIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: u32) -> HRESULT, pub GetUnsignedIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut u32) -> HRESULT, pub SetSignedIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: i32) -> HRESULT, pub GetSignedIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut i32) -> HRESULT, pub SetUnsignedLargeIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: u64) -> HRESULT, pub GetUnsignedLargeIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut u64) -> HRESULT, pub SetSignedLargeIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: i64) -> HRESULT, pub GetSignedLargeIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut i64) -> HRESULT, pub SetFloatValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: f32) -> HRESULT, pub GetFloatValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut f32) -> HRESULT, pub SetErrorValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: HRESULT) -> HRESULT, pub GetErrorValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut HRESULT) -> HRESULT, pub SetKeyValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *const PROPERTYKEY) -> HRESULT, pub GetKeyValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut PROPERTYKEY) -> HRESULT, pub SetBoolValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: BOOL) -> HRESULT, pub GetBoolValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut BOOL) -> HRESULT, pub SetIUnknownValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut c_void) -> HRESULT, pub GetIUnknownValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut *mut c_void) -> HRESULT, pub SetGuidValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *const GUID) -> HRESULT, pub GetGuidValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut GUID) -> HRESULT, pub SetBufferValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *const u8, _: u32) -> HRESULT, pub GetBufferValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut *mut u8, _: *mut u32) -> HRESULT, pub SetIPortableDeviceValuesValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut c_void) -> HRESULT, pub GetIPortableDeviceValuesValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut *mut c_void) -> HRESULT, pub SetIPortableDevicePropVariantCollectionValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut c_void) -> HRESULT, pub GetIPortableDevicePropVariantCollectionValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut *mut c_void) -> HRESULT, pub SetIPortableDeviceKeyCollectionValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut c_void) -> HRESULT, pub GetIPortableDeviceKeyCollectionValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut *mut c_void) -> HRESULT, pub SetIPortableDeviceValuesCollectionValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut c_void) -> HRESULT, pub GetIPortableDeviceValuesCollectionValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut *mut c_void) -> HRESULT, pub RemoveValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY) -> HRESULT, pub CopyValuesFromPropertyStore: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub CopyValuesToPropertyStore: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub Clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}

Fields§

§base__: IUnknown_Vtbl§GetCount: unsafe extern "system" fn(_: *mut c_void, _: *const u32) -> HRESULT§GetAt: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut PROPERTYKEY, _: *mut MaybeUninit<PROPVARIANT>) -> HRESULT§SetValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *const MaybeUninit<PROPVARIANT>) -> HRESULT§GetValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut MaybeUninit<PROPVARIANT>) -> HRESULT§SetStringValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: PCWSTR) -> HRESULT§GetStringValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut PWSTR) -> HRESULT§SetUnsignedIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: u32) -> HRESULT§GetUnsignedIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut u32) -> HRESULT§SetSignedIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: i32) -> HRESULT§GetSignedIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut i32) -> HRESULT§SetUnsignedLargeIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: u64) -> HRESULT§GetUnsignedLargeIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut u64) -> HRESULT§SetSignedLargeIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: i64) -> HRESULT§GetSignedLargeIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut i64) -> HRESULT§SetFloatValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: f32) -> HRESULT§GetFloatValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut f32) -> HRESULT§SetErrorValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: HRESULT) -> HRESULT§GetErrorValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut HRESULT) -> HRESULT§SetKeyValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *const PROPERTYKEY) -> HRESULT§GetKeyValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut PROPERTYKEY) -> HRESULT§SetBoolValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: BOOL) -> HRESULT§GetBoolValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut BOOL) -> HRESULT§SetIUnknownValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut c_void) -> HRESULT§GetIUnknownValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut *mut c_void) -> HRESULT§SetGuidValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *const GUID) -> HRESULT§GetGuidValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut GUID) -> HRESULT§SetBufferValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *const u8, _: u32) -> HRESULT§GetBufferValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut *mut u8, _: *mut u32) -> HRESULT§SetIPortableDeviceValuesValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut c_void) -> HRESULT§GetIPortableDeviceValuesValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut *mut c_void) -> HRESULT§SetIPortableDevicePropVariantCollectionValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut c_void) -> HRESULT§GetIPortableDevicePropVariantCollectionValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut *mut c_void) -> HRESULT§SetIPortableDeviceKeyCollectionValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut c_void) -> HRESULT§GetIPortableDeviceKeyCollectionValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut *mut c_void) -> HRESULT§SetIPortableDeviceValuesCollectionValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut c_void) -> HRESULT§GetIPortableDeviceValuesCollectionValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut *mut c_void) -> HRESULT§RemoveValue: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY) -> HRESULT§CopyValuesFromPropertyStore: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§CopyValuesToPropertyStore: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT

Implementations§

§

impl IPortableDeviceValues_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IPortableDeviceValues_Impl, const OFFSET: isize>( ) -> IPortableDeviceValues_Vtbl

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.