Struct windows::Win32::NetworkManagement::MobileBroadband::IMbnPin_Vtbl
#[repr(C)]pub struct IMbnPin_Vtbl {
pub base__: IUnknown_Vtbl,
pub PinType: unsafe extern "system" fn(_: *mut c_void, _: *mut MBN_PIN_TYPE) -> HRESULT,
pub PinFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut MBN_PIN_FORMAT) -> HRESULT,
pub PinLengthMin: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub PinLengthMax: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub PinMode: unsafe extern "system" fn(_: *mut c_void, _: *mut MBN_PIN_MODE) -> HRESULT,
pub Enable: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32) -> HRESULT,
pub Disable: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32) -> HRESULT,
pub Enter: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32) -> HRESULT,
pub Change: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut u32) -> HRESULT,
pub Unblock: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut u32) -> HRESULT,
pub GetPinManager: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§PinType: unsafe extern "system" fn(_: *mut c_void, _: *mut MBN_PIN_TYPE) -> HRESULT
§PinFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut MBN_PIN_FORMAT) -> HRESULT
§PinLengthMin: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§PinLengthMax: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§PinMode: unsafe extern "system" fn(_: *mut c_void, _: *mut MBN_PIN_MODE) -> HRESULT
§Enable: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32) -> HRESULT
§Disable: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32) -> HRESULT
§Enter: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32) -> HRESULT
§Change: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut u32) -> HRESULT
§Unblock: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut u32) -> HRESULT
§GetPinManager: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IMbnPin_Vtbl
impl IMbnPin_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMbnPin_Vtblwhere
Identity: IMbnPin_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMbnPin_Vtbl
impl RefUnwindSafe for IMbnPin_Vtbl
impl Send for IMbnPin_Vtbl
impl Sync for IMbnPin_Vtbl
impl Unpin for IMbnPin_Vtbl
impl UnwindSafe for IMbnPin_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