pub struct AlarmApplicationManager;
Implementations§
§impl AlarmApplicationManager
impl AlarmApplicationManager
pub fn RequestAccessAsync() -> Result<IAsyncOperation<AlarmAccessStatus>>
pub fn GetAccessStatus() -> Result<AlarmAccessStatus>
Auto Trait Implementations§
impl Freeze for AlarmApplicationManager
impl RefUnwindSafe for AlarmApplicationManager
impl Send for AlarmApplicationManager
impl Sync for AlarmApplicationManager
impl Unpin for AlarmApplicationManager
impl UnwindSafe for AlarmApplicationManager
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