#[repr(C)]pub struct INetworkOperatorHotspotAuthenticationTrigger_Vtbl {
pub base__: IInspectable_Vtbl,
}
Fields§
§base__: IInspectable_Vtbl
Auto Trait Implementations§
impl Freeze for INetworkOperatorHotspotAuthenticationTrigger_Vtbl
impl RefUnwindSafe for INetworkOperatorHotspotAuthenticationTrigger_Vtbl
impl Send for INetworkOperatorHotspotAuthenticationTrigger_Vtbl
impl Sync for INetworkOperatorHotspotAuthenticationTrigger_Vtbl
impl Unpin for INetworkOperatorHotspotAuthenticationTrigger_Vtbl
impl UnwindSafe for INetworkOperatorHotspotAuthenticationTrigger_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