pub struct EnvOptions {
pub lo: f64,
pub hi: f64,
pub valence: u32,
}Expand description
Options for creating an Env.
Fields§
§lo: f64§hi: f64§valence: u32Trait Implementations§
Source§impl Clone for EnvOptions
impl Clone for EnvOptions
Source§fn clone(&self) -> EnvOptions
fn clone(&self) -> EnvOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EnvOptions
impl Debug for EnvOptions
Auto Trait Implementations§
impl Freeze for EnvOptions
impl RefUnwindSafe for EnvOptions
impl Send for EnvOptions
impl Sync for EnvOptions
impl Unpin for EnvOptions
impl UnsafeUnpin for EnvOptions
impl UnwindSafe for EnvOptions
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