Struct IPortableDeviceServiceCapabilities_Vtbl
#[repr(C)]pub struct IPortableDeviceServiceCapabilities_Vtbl {Show 17 fields
pub base__: IUnknown_Vtbl,
pub GetSupportedMethods: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetSupportedMethodsByFormat: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub GetMethodAttributes: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub GetMethodParameterAttributes: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const PROPERTYKEY, _: *mut *mut c_void) -> HRESULT,
pub GetSupportedFormats: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetFormatAttributes: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub GetSupportedFormatProperties: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub GetFormatPropertyAttributes: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const PROPERTYKEY, _: *mut *mut c_void) -> HRESULT,
pub GetSupportedEvents: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetEventAttributes: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub GetEventParameterAttributes: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const PROPERTYKEY, _: *mut *mut c_void) -> HRESULT,
pub GetInheritedServices: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub GetFormatRenderingProfiles: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub GetSupportedCommands: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetCommandOptions: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut *mut c_void) -> HRESULT,
pub Cancel: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetSupportedMethods: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetSupportedMethodsByFormat: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§GetMethodAttributes: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§GetMethodParameterAttributes: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const PROPERTYKEY, _: *mut *mut c_void) -> HRESULT
§GetSupportedFormats: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetFormatAttributes: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§GetSupportedFormatProperties: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§GetFormatPropertyAttributes: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const PROPERTYKEY, _: *mut *mut c_void) -> HRESULT
§GetSupportedEvents: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetEventAttributes: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§GetEventParameterAttributes: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const PROPERTYKEY, _: *mut *mut c_void) -> HRESULT
§GetInheritedServices: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
§GetFormatRenderingProfiles: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§GetSupportedCommands: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetCommandOptions: unsafe extern "system" fn(_: *mut c_void, _: *const PROPERTYKEY, _: *mut *mut c_void) -> HRESULT
§Cancel: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IPortableDeviceServiceCapabilities_Vtbl
impl IPortableDeviceServiceCapabilities_Vtbl
pub const fn new<Identity: IPortableDeviceServiceCapabilities_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPortableDeviceServiceCapabilities_Vtbl
impl RefUnwindSafe for IPortableDeviceServiceCapabilities_Vtbl
impl Send for IPortableDeviceServiceCapabilities_Vtbl
impl Sync for IPortableDeviceServiceCapabilities_Vtbl
impl Unpin for IPortableDeviceServiceCapabilities_Vtbl
impl UnwindSafe for IPortableDeviceServiceCapabilities_Vtbl
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