pub struct IClamp {
pub amplitude_nA: f64,
pub delay_ms: f64,
pub duration_ms: f64,
pub tag: usize,
pub location: String,
}Fields§
§amplitude_nA: f64§delay_ms: f64§duration_ms: f64§tag: usize§location: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for IClamp
impl RefUnwindSafe for IClamp
impl Send for IClamp
impl Sync for IClamp
impl Unpin for IClamp
impl UnsafeUnpin for IClamp
impl UnwindSafe for IClamp
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