pub struct MinGateReport {
pub g_t: f64,
pub alpha_t: f64,
}Expand description
Value-bearing report for g_t and alpha_t.
Fields§
§g_t: f64§alpha_t: f64Trait Implementations§
Source§impl Clone for MinGateReport
impl Clone for MinGateReport
Source§fn clone(&self) -> MinGateReport
fn clone(&self) -> MinGateReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MinGateReport
Source§impl Debug for MinGateReport
impl Debug for MinGateReport
Source§impl PartialEq for MinGateReport
impl PartialEq for MinGateReport
Source§fn eq(&self, other: &MinGateReport) -> bool
fn eq(&self, other: &MinGateReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MinGateReport
Auto Trait Implementations§
impl Freeze for MinGateReport
impl RefUnwindSafe for MinGateReport
impl Send for MinGateReport
impl Sync for MinGateReport
impl Unpin for MinGateReport
impl UnsafeUnpin for MinGateReport
impl UnwindSafe for MinGateReport
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