Struct windows::ApplicationModel::Calls::PhoneCallBlocking
pub struct PhoneCallBlocking;
Implementations§
§impl PhoneCallBlocking
impl PhoneCallBlocking
pub fn BlockUnknownNumbers() -> Result<bool>
pub fn SetBlockUnknownNumbers(value: bool) -> Result<()>
pub fn BlockPrivateNumbers() -> Result<bool>
pub fn SetBlockPrivateNumbers(value: bool) -> Result<()>
pub fn SetCallBlockingListAsync<P0>(
phonenumberlist: P0,
) -> Result<IAsyncOperation<bool>>where
P0: Param<IIterable<HSTRING>>,
Auto Trait Implementations§
impl Freeze for PhoneCallBlocking
impl RefUnwindSafe for PhoneCallBlocking
impl Send for PhoneCallBlocking
impl Sync for PhoneCallBlocking
impl Unpin for PhoneCallBlocking
impl UnwindSafe for PhoneCallBlocking
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