pub enum PlatformInfo3 {}Expand description
Returns information about the platform.
Trait Implementations§
Source§impl Debug for PlatformInfo3
impl Debug for PlatformInfo3
Auto Trait Implementations§
impl Freeze for PlatformInfo3
impl RefUnwindSafe for PlatformInfo3
impl Send for PlatformInfo3
impl Sync for PlatformInfo3
impl Unpin for PlatformInfo3
impl UnsafeUnpin for PlatformInfo3
impl UnwindSafe for PlatformInfo3
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