pub struct PortSpec {
pub name: String,
pub ty: ValueType,
pub cardinality: Cardinality,
pub wireable: bool,
}Fields§
§name: String§ty: ValueType§cardinality: Cardinality§wireable: boolTrait Implementations§
impl StructuralPartialEq for PortSpec
Auto Trait Implementations§
impl Freeze for PortSpec
impl RefUnwindSafe for PortSpec
impl Send for PortSpec
impl Sync for PortSpec
impl Unpin for PortSpec
impl UnsafeUnpin for PortSpec
impl UnwindSafe for PortSpec
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