pub struct EdgeCoupledEmbeddedInput {
pub width: f64,
pub spacing: f64,
pub height: f64,
pub thickness: f64,
pub er: f64,
pub cover_height: f64,
}Expand description
Inputs for edge-coupled embedded (buried) 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.
cover_height: f64Cover height — dielectric above the trace (mils). When 0, result equals the surface (external) edge-coupled result.
Auto Trait Implementations§
impl Freeze for EdgeCoupledEmbeddedInput
impl RefUnwindSafe for EdgeCoupledEmbeddedInput
impl Send for EdgeCoupledEmbeddedInput
impl Sync for EdgeCoupledEmbeddedInput
impl Unpin for EdgeCoupledEmbeddedInput
impl UnsafeUnpin for EdgeCoupledEmbeddedInput
impl UnwindSafe for EdgeCoupledEmbeddedInput
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