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