Struct windows::Phone::ApplicationModel::ApplicationProfile
pub struct ApplicationProfile;
Implementations§
§impl ApplicationProfile
impl ApplicationProfile
pub fn Modes() -> Result<ApplicationProfileModes>
Auto Trait Implementations§
impl Freeze for ApplicationProfile
impl RefUnwindSafe for ApplicationProfile
impl Send for ApplicationProfile
impl Sync for ApplicationProfile
impl Unpin for ApplicationProfile
impl UnwindSafe for ApplicationProfile
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