pub struct MinGateInputs {
pub c_inst: f64,
pub c_ctx: f64,
pub rho: RhoConfig,
}Expand description
Inputs for the story #150 gate-to-step reference path.
Fields§
§c_inst: f64§c_ctx: f64§rho: RhoConfigTrait Implementations§
Source§impl Clone for MinGateInputs
impl Clone for MinGateInputs
Source§fn clone(&self) -> MinGateInputs
fn clone(&self) -> MinGateInputs
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 MinGateInputs
Source§impl Debug for MinGateInputs
impl Debug for MinGateInputs
Source§impl PartialEq for MinGateInputs
impl PartialEq for MinGateInputs
Source§fn eq(&self, other: &MinGateInputs) -> bool
fn eq(&self, other: &MinGateInputs) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MinGateInputs
Auto Trait Implementations§
impl Freeze for MinGateInputs
impl RefUnwindSafe for MinGateInputs
impl Send for MinGateInputs
impl Sync for MinGateInputs
impl Unpin for MinGateInputs
impl UnsafeUnpin for MinGateInputs
impl UnwindSafe for MinGateInputs
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