pub struct EfwPhysInputParameters {
pub nominals: Vec<NominalSignalLevel>,
}Expand description
The parameters of physical inputs.
Fields§
§nominals: Vec<NominalSignalLevel>The nominal signal level of physical input.
Trait Implementations§
Source§impl Clone for EfwPhysInputParameters
impl Clone for EfwPhysInputParameters
Source§fn clone(&self) -> EfwPhysInputParameters
fn clone(&self) -> EfwPhysInputParameters
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 EfwPhysInputParameters
impl Debug for EfwPhysInputParameters
Source§impl PartialEq for EfwPhysInputParameters
impl PartialEq for EfwPhysInputParameters
impl Eq for EfwPhysInputParameters
impl StructuralPartialEq for EfwPhysInputParameters
Auto Trait Implementations§
impl Freeze for EfwPhysInputParameters
impl RefUnwindSafe for EfwPhysInputParameters
impl Send for EfwPhysInputParameters
impl Sync for EfwPhysInputParameters
impl Unpin for EfwPhysInputParameters
impl UnwindSafe for EfwPhysInputParameters
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