#[repr(C)]pub struct IMbnSmsConfiguration_Vtbl {
pub base__: IUnknown_Vtbl,
pub ServiceCenterAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub SetServiceCenterAddress: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub MaxMessageIndex: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub CdmaShortMsgSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SmsFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut MBN_SMS_FORMAT) -> HRESULT,
pub SetSmsFormat: unsafe extern "system" fn(_: *mut c_void, _: MBN_SMS_FORMAT) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§ServiceCenterAddress: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§SetServiceCenterAddress: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§MaxMessageIndex: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§CdmaShortMsgSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SmsFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut MBN_SMS_FORMAT) -> HRESULT
§SetSmsFormat: unsafe extern "system" fn(_: *mut c_void, _: MBN_SMS_FORMAT) -> HRESULT
Implementations§
§impl IMbnSmsConfiguration_Vtbl
impl IMbnSmsConfiguration_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMbnSmsConfiguration_Vtblwhere
Identity: IMbnSmsConfiguration_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMbnSmsConfiguration_Vtbl
impl RefUnwindSafe for IMbnSmsConfiguration_Vtbl
impl Send for IMbnSmsConfiguration_Vtbl
impl Sync for IMbnSmsConfiguration_Vtbl
impl Unpin for IMbnSmsConfiguration_Vtbl
impl UnwindSafe for IMbnSmsConfiguration_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