Struct SystemSupportInfo
pub struct SystemSupportInfo;
Implementations§
§impl SystemSupportInfo
impl SystemSupportInfo
pub fn LocalSystemEdition() -> Result<HSTRING>
pub fn OemSupportInfo() -> Result<OemSupportInfo>
pub fn LocalDeviceInfo() -> Result<SystemSupportDeviceInfo>
Auto Trait Implementations§
impl Freeze for SystemSupportInfo
impl RefUnwindSafe for SystemSupportInfo
impl Send for SystemSupportInfo
impl Sync for SystemSupportInfo
impl Unpin for SystemSupportInfo
impl UnwindSafe for SystemSupportInfo
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