pub enum _PlatformInfo1 {}Available on crate feature
host only.Expand description
(deprecated) Returns platform information.
This message is deprecated in favor of _PlatformInfo2.
Trait Implementations§
Source§impl Debug for _PlatformInfo1
impl Debug for _PlatformInfo1
Auto Trait Implementations§
impl Freeze for _PlatformInfo1
impl RefUnwindSafe for _PlatformInfo1
impl Send for _PlatformInfo1
impl Sync for _PlatformInfo1
impl Unpin for _PlatformInfo1
impl UnsafeUnpin for _PlatformInfo1
impl UnwindSafe for _PlatformInfo1
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