#[repr(C)]pub struct IWiFiDirectConnectionParameters_Vtbl {
pub base__: IInspectable_Vtbl,
pub GroupOwnerIntent: unsafe extern "system" fn(_: *mut c_void, _: *mut i16) -> HRESULT,
pub SetGroupOwnerIntent: unsafe extern "system" fn(_: *mut c_void, _: i16) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§GroupOwnerIntent: unsafe extern "system" fn(_: *mut c_void, _: *mut i16) -> HRESULT
§SetGroupOwnerIntent: unsafe extern "system" fn(_: *mut c_void, _: i16) -> HRESULT
Auto Trait Implementations§
impl Freeze for IWiFiDirectConnectionParameters_Vtbl
impl RefUnwindSafe for IWiFiDirectConnectionParameters_Vtbl
impl Send for IWiFiDirectConnectionParameters_Vtbl
impl Sync for IWiFiDirectConnectionParameters_Vtbl
impl Unpin for IWiFiDirectConnectionParameters_Vtbl
impl UnwindSafe for IWiFiDirectConnectionParameters_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