Struct ITAddressCapabilities_Vtbl
#[repr(C)]pub struct ITAddressCapabilities_Vtbl {
pub base__: IDispatch_Vtbl,
pub get_AddressCapability: unsafe extern "system" fn(_: *mut c_void, _: ADDRESS_CAPABILITY, _: *mut i32) -> HRESULT,
pub get_AddressCapabilityString: unsafe extern "system" fn(_: *mut c_void, _: ADDRESS_CAPABILITY_STRING, _: *mut *mut c_void) -> HRESULT,
pub CallTreatments: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub EnumerateCallTreatments: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CompletionMessages: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub EnumerateCompletionMessages: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DeviceClasses: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub EnumerateDeviceClasses: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§get_AddressCapability: unsafe extern "system" fn(_: *mut c_void, _: ADDRESS_CAPABILITY, _: *mut i32) -> HRESULT
§get_AddressCapabilityString: unsafe extern "system" fn(_: *mut c_void, _: ADDRESS_CAPABILITY_STRING, _: *mut *mut c_void) -> HRESULT
§CallTreatments: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT
§EnumerateCallTreatments: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CompletionMessages: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT
§EnumerateCompletionMessages: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§DeviceClasses: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT
§EnumerateDeviceClasses: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ITAddressCapabilities_Vtbl
impl ITAddressCapabilities_Vtbl
pub const fn new<Identity: ITAddressCapabilities_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITAddressCapabilities_Vtbl
impl RefUnwindSafe for ITAddressCapabilities_Vtbl
impl Send for ITAddressCapabilities_Vtbl
impl Sync for ITAddressCapabilities_Vtbl
impl Unpin for ITAddressCapabilities_Vtbl
impl UnwindSafe for ITAddressCapabilities_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