pub struct LitmProfile {
pub alpha: f64,
pub beta: f64,
pub gamma: f64,
pub name: &'static str,
}Fields§
§alpha: f64§beta: f64§gamma: f64§name: &'static strImplementations§
Trait Implementations§
Source§impl Clone for LitmProfile
impl Clone for LitmProfile
Source§fn clone(&self) -> LitmProfile
fn clone(&self) -> LitmProfile
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 LitmProfile
impl Debug for LitmProfile
impl Copy for LitmProfile
Auto Trait Implementations§
impl Freeze for LitmProfile
impl RefUnwindSafe for LitmProfile
impl Send for LitmProfile
impl Sync for LitmProfile
impl Unpin for LitmProfile
impl UnsafeUnpin for LitmProfile
impl UnwindSafe for LitmProfile
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