#[repr(C)]pub struct IPhoneCallBlockingStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub BlockUnknownNumbers: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetBlockUnknownNumbers: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub BlockPrivateNumbers: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetBlockPrivateNumbers: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub SetCallBlockingListAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§BlockUnknownNumbers: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetBlockUnknownNumbers: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§BlockPrivateNumbers: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetBlockPrivateNumbers: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§SetCallBlockingListAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPhoneCallBlockingStatics_Vtbl
impl RefUnwindSafe for IPhoneCallBlockingStatics_Vtbl
impl Send for IPhoneCallBlockingStatics_Vtbl
impl Sync for IPhoneCallBlockingStatics_Vtbl
impl Unpin for IPhoneCallBlockingStatics_Vtbl
impl UnwindSafe for IPhoneCallBlockingStatics_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