Struct windows::ApplicationModel::DesignMode
pub struct DesignMode;
Implementations§
§impl DesignMode
impl DesignMode
pub fn DesignModeEnabled() -> Result<bool>
pub fn DesignMode2Enabled() -> Result<bool>
Auto Trait Implementations§
impl Freeze for DesignMode
impl RefUnwindSafe for DesignMode
impl Send for DesignMode
impl Sync for DesignMode
impl Unpin for DesignMode
impl UnwindSafe for DesignMode
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