Struct windows::System::Profile::RetailInfo
pub struct RetailInfo;
Implementations§
§impl RetailInfo
impl RetailInfo
pub fn IsDemoModeEnabled() -> Result<bool>
pub fn Properties() -> Result<IMapView<HSTRING, IInspectable>>
Auto Trait Implementations§
impl Freeze for RetailInfo
impl RefUnwindSafe for RetailInfo
impl Send for RetailInfo
impl Sync for RetailInfo
impl Unpin for RetailInfo
impl UnwindSafe for RetailInfo
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