pub struct EdgeCoupledInternalSymInput {
pub width: f64,
pub spacing: f64,
pub height: f64,
pub thickness: f64,
pub er: f64,
}Expand description
Inputs for edge-coupled internal symmetric (centered stripline) differential pair.
Fields§
§width: f64Conductor width (mils).
spacing: f64Gap between traces (mils).
height: f64Dielectric height — distance from trace to each ground plane (mils). For centered stripline, total dielectric thickness = 2 × height.
thickness: f64Conductor thickness (mils).
er: f64Substrate relative permittivity.
Auto Trait Implementations§
impl Freeze for EdgeCoupledInternalSymInput
impl RefUnwindSafe for EdgeCoupledInternalSymInput
impl Send for EdgeCoupledInternalSymInput
impl Sync for EdgeCoupledInternalSymInput
impl Unpin for EdgeCoupledInternalSymInput
impl UnsafeUnpin for EdgeCoupledInternalSymInput
impl UnwindSafe for EdgeCoupledInternalSymInput
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