Struct IWiFiDirectInformationElement_Vtbl
#[repr(C)]pub struct IWiFiDirectInformationElement_Vtbl {
pub base__: IInspectable_Vtbl,
pub Oui: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetOui: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OuiType: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT,
pub SetOuiType: unsafe extern "system" fn(_: *mut c_void, _: u8) -> HRESULT,
pub Value: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Oui: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetOui: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§OuiType: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT§SetOuiType: unsafe extern "system" fn(_: *mut c_void, _: u8) -> HRESULT§Value: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IWiFiDirectInformationElement_Vtbl
impl RefUnwindSafe for IWiFiDirectInformationElement_Vtbl
impl Send for IWiFiDirectInformationElement_Vtbl
impl Sync for IWiFiDirectInformationElement_Vtbl
impl Unpin for IWiFiDirectInformationElement_Vtbl
impl UnwindSafe for IWiFiDirectInformationElement_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