Struct IMobileBroadbandPin_Vtbl
#[repr(C)]pub struct IMobileBroadbandPin_Vtbl {Show 13 fields
pub base__: IInspectable_Vtbl,
pub Type: unsafe extern "system" fn(_: *mut c_void, _: *mut MobileBroadbandPinType) -> HRESULT,
pub LockState: unsafe extern "system" fn(_: *mut c_void, _: *mut MobileBroadbandPinLockState) -> HRESULT,
pub Format: unsafe extern "system" fn(_: *mut c_void, _: *mut MobileBroadbandPinFormat) -> HRESULT,
pub Enabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub MaxLength: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub MinLength: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub AttemptsRemaining: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub EnableAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DisableAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub EnterAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ChangeAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub UnblockAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Type: unsafe extern "system" fn(_: *mut c_void, _: *mut MobileBroadbandPinType) -> HRESULT§LockState: unsafe extern "system" fn(_: *mut c_void, _: *mut MobileBroadbandPinLockState) -> HRESULT§Format: unsafe extern "system" fn(_: *mut c_void, _: *mut MobileBroadbandPinFormat) -> HRESULT§Enabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§MaxLength: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§MinLength: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§AttemptsRemaining: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§EnableAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§DisableAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§EnterAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§ChangeAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§UnblockAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IMobileBroadbandPin_Vtbl
impl RefUnwindSafe for IMobileBroadbandPin_Vtbl
impl Send for IMobileBroadbandPin_Vtbl
impl Sync for IMobileBroadbandPin_Vtbl
impl Unpin for IMobileBroadbandPin_Vtbl
impl UnwindSafe for IMobileBroadbandPin_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