#[repr(C)]pub struct IDeviceConnectionChangeTrigger_Vtbl {
pub base__: IInspectable_Vtbl,
pub DeviceId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub CanMaintainConnection: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub MaintainConnection: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetMaintainConnection: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§DeviceId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§CanMaintainConnection: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§MaintainConnection: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetMaintainConnection: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IDeviceConnectionChangeTrigger_Vtbl
impl RefUnwindSafe for IDeviceConnectionChangeTrigger_Vtbl
impl Send for IDeviceConnectionChangeTrigger_Vtbl
impl Sync for IDeviceConnectionChangeTrigger_Vtbl
impl Unpin for IDeviceConnectionChangeTrigger_Vtbl
impl UnwindSafe for IDeviceConnectionChangeTrigger_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