Struct ICellularApnContext_Vtbl
#[repr(C)]pub struct ICellularApnContext_Vtbl {Show 13 fields
pub base__: IInspectable_Vtbl,
pub ProviderId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetProviderId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub AccessPointName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetAccessPointName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub UserName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetUserName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Password: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetPassword: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub IsCompressionEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsCompressionEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub AuthenticationType: unsafe extern "system" fn(_: *mut c_void, _: *mut CellularApnAuthenticationType) -> HRESULT,
pub SetAuthenticationType: unsafe extern "system" fn(_: *mut c_void, _: CellularApnAuthenticationType) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§ProviderId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetProviderId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§AccessPointName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetAccessPointName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§UserName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetUserName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Password: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetPassword: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§IsCompressionEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIsCompressionEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§AuthenticationType: unsafe extern "system" fn(_: *mut c_void, _: *mut CellularApnAuthenticationType) -> HRESULT§SetAuthenticationType: unsafe extern "system" fn(_: *mut c_void, _: CellularApnAuthenticationType) -> HRESULTAuto Trait Implementations§
impl Freeze for ICellularApnContext_Vtbl
impl RefUnwindSafe for ICellularApnContext_Vtbl
impl Send for ICellularApnContext_Vtbl
impl Sync for ICellularApnContext_Vtbl
impl Unpin for ICellularApnContext_Vtbl
impl UnwindSafe for ICellularApnContext_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