pub enum WinRtHost {
Windows,
}Variants§
Windows
Trait Implementations§
impl Copy for WinRtHost
impl Eq for WinRtHost
impl StructuralPartialEq for WinRtHost
Auto Trait Implementations§
impl Freeze for WinRtHost
impl RefUnwindSafe for WinRtHost
impl Send for WinRtHost
impl Sync for WinRtHost
impl Unpin for WinRtHost
impl UnsafeUnpin for WinRtHost
impl UnwindSafe for WinRtHost
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