pub struct Via {
pub blind: bool,
pub micro: bool,
pub at: At,
pub size: f64,
pub drill: f64,
pub layers: Layers,
pub net: i64,
}Expand description
via
Fields§
§blind: boolblind/buried via
micro: boolmicro via
at: Atat
size: f64size
drill: f64drill
layers: Layerslayers
net: i64net
Trait Implementations§
Source§impl BoundingBox for Via
impl BoundingBox for Via
Source§fn bounding_box(&self) -> Bound
fn bounding_box(&self) -> Bound
calculate the bounding box of a layout item
Auto Trait Implementations§
impl Freeze for Via
impl RefUnwindSafe for Via
impl Send for Via
impl Sync for Via
impl Unpin for Via
impl UnwindSafe for Via
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