pub struct Env {
pub rust_version: String,
pub platform: String,
pub ellip_version: String,
pub cpu: String,
pub clock_speed: u64,
pub total_memory: u64,
}Fields§
§rust_version: String§platform: String§ellip_version: String§cpu: String§clock_speed: u64Clock speed in Hz
total_memory: u64Auto Trait Implementations§
impl Freeze for Env
impl RefUnwindSafe for Env
impl Send for Env
impl Sync for Env
impl Unpin for Env
impl UnsafeUnpin for Env
impl UnwindSafe for Env
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