Struct IWindowsDevicesAllJoynBusObjectInterop_Vtbl
#[repr(C)]pub struct IWindowsDevicesAllJoynBusObjectInterop_Vtbl {
pub base__: IInspectable_Vtbl,
pub AddPropertyGetHandler: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: *mut c_void, _: isize) -> HRESULT,
pub AddPropertySetHandler: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: *mut c_void, _: isize) -> HRESULT,
pub Win32Handle: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§AddPropertyGetHandler: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: *mut c_void, _: isize) -> HRESULT
§AddPropertySetHandler: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: *mut c_void, _: isize) -> HRESULT
§Win32Handle: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT
Implementations§
§impl IWindowsDevicesAllJoynBusObjectInterop_Vtbl
impl IWindowsDevicesAllJoynBusObjectInterop_Vtbl
pub const fn new<Identity: IWindowsDevicesAllJoynBusObjectInterop_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWindowsDevicesAllJoynBusObjectInterop_Vtbl
impl RefUnwindSafe for IWindowsDevicesAllJoynBusObjectInterop_Vtbl
impl Send for IWindowsDevicesAllJoynBusObjectInterop_Vtbl
impl Sync for IWindowsDevicesAllJoynBusObjectInterop_Vtbl
impl Unpin for IWindowsDevicesAllJoynBusObjectInterop_Vtbl
impl UnwindSafe for IWindowsDevicesAllJoynBusObjectInterop_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