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