#[repr(C)]pub struct IWCNDevice_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetPassword: unsafe extern "system" fn(_: *mut c_void, _: WCN_PASSWORD_TYPE, _: u32, _: *const u8) -> HRESULT,
pub Connect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetAttribute: unsafe extern "system" fn(_: *mut c_void, _: WCN_ATTRIBUTE_TYPE, _: u32, _: *mut u8, _: *mut u32) -> HRESULT,
pub GetIntegerAttribute: unsafe extern "system" fn(_: *mut c_void, _: WCN_ATTRIBUTE_TYPE, _: *mut u32) -> HRESULT,
pub GetStringAttribute: unsafe extern "system" fn(_: *mut c_void, _: WCN_ATTRIBUTE_TYPE, _: u32, _: PWSTR) -> HRESULT,
pub GetNetworkProfile: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PWSTR) -> HRESULT,
pub SetNetworkProfile: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub GetVendorExtension: unsafe extern "system" fn(_: *mut c_void, _: *const WCN_VENDOR_EXTENSION_SPEC, _: u32, _: *mut u8, _: *mut u32) -> HRESULT,
pub SetVendorExtension: unsafe extern "system" fn(_: *mut c_void, _: *const WCN_VENDOR_EXTENSION_SPEC, _: u32, _: *const u8) -> HRESULT,
pub Unadvise: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SetNFCPasswordParams: unsafe extern "system" fn(_: *mut c_void, _: WCN_PASSWORD_TYPE, _: u32, _: u32, _: *const u8, _: u32, _: *const u8, _: u32, _: *const u8) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetPassword: unsafe extern "system" fn(_: *mut c_void, _: WCN_PASSWORD_TYPE, _: u32, _: *const u8) -> HRESULT
§Connect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§GetAttribute: unsafe extern "system" fn(_: *mut c_void, _: WCN_ATTRIBUTE_TYPE, _: u32, _: *mut u8, _: *mut u32) -> HRESULT
§GetIntegerAttribute: unsafe extern "system" fn(_: *mut c_void, _: WCN_ATTRIBUTE_TYPE, _: *mut u32) -> HRESULT
§GetStringAttribute: unsafe extern "system" fn(_: *mut c_void, _: WCN_ATTRIBUTE_TYPE, _: u32, _: PWSTR) -> HRESULT
§GetNetworkProfile: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PWSTR) -> HRESULT
§SetNetworkProfile: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§GetVendorExtension: unsafe extern "system" fn(_: *mut c_void, _: *const WCN_VENDOR_EXTENSION_SPEC, _: u32, _: *mut u8, _: *mut u32) -> HRESULT
§SetVendorExtension: unsafe extern "system" fn(_: *mut c_void, _: *const WCN_VENDOR_EXTENSION_SPEC, _: u32, _: *const u8) -> HRESULT
§Unadvise: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SetNFCPasswordParams: unsafe extern "system" fn(_: *mut c_void, _: WCN_PASSWORD_TYPE, _: u32, _: u32, _: *const u8, _: u32, _: *const u8, _: u32, _: *const u8) -> HRESULT
Implementations§
§impl IWCNDevice_Vtbl
impl IWCNDevice_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWCNDevice_Vtblwhere
Identity: IWCNDevice_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWCNDevice_Vtbl
impl RefUnwindSafe for IWCNDevice_Vtbl
impl Send for IWCNDevice_Vtbl
impl Sync for IWCNDevice_Vtbl
impl Unpin for IWCNDevice_Vtbl
impl UnwindSafe for IWCNDevice_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