pub struct EdgeCoupledExternalInput {
pub width: f64,
pub spacing: f64,
pub height: f64,
pub thickness: f64,
pub er: f64,
}Expand description
Inputs for edge-coupled external (surface) differential pair.
Fields§
§width: f64Conductor width (mils).
spacing: f64Gap between traces (mils).
height: f64Dielectric height to ground plane (mils).
thickness: f64Conductor thickness (mils).
er: f64Substrate relative permittivity.
Auto Trait Implementations§
impl Freeze for EdgeCoupledExternalInput
impl RefUnwindSafe for EdgeCoupledExternalInput
impl Send for EdgeCoupledExternalInput
impl Sync for EdgeCoupledExternalInput
impl Unpin for EdgeCoupledExternalInput
impl UnsafeUnpin for EdgeCoupledExternalInput
impl UnwindSafe for EdgeCoupledExternalInput
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