Struct ITCallingCard_Vtbl
#[repr(C)]pub struct ITCallingCard_Vtbl {
pub base__: IDispatch_Vtbl,
pub PermanentCardID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub NumberOfDigits: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Options: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub CardName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SameAreaDialingRule: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub LongDistanceDialingRule: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub InternationalDialingRule: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IDispatch_Vtbl§PermanentCardID: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§NumberOfDigits: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§Options: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§CardName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SameAreaDialingRule: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§LongDistanceDialingRule: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§InternationalDialingRule: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTImplementations§
§impl ITCallingCard_Vtbl
impl ITCallingCard_Vtbl
pub const fn new<Identity: ITCallingCard_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITCallingCard_Vtbl
impl RefUnwindSafe for ITCallingCard_Vtbl
impl Send for ITCallingCard_Vtbl
impl Sync for ITCallingCard_Vtbl
impl Unpin for ITCallingCard_Vtbl
impl UnwindSafe for ITCallingCard_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