pub struct InDecl {
pub index: u32,
pub name: String,
pub port_type: PortType,
}Expand description
Input port declaration: in 0 (freq): float;
Fields§
§index: u32§name: String§port_type: PortTypeTrait Implementations§
impl StructuralPartialEq for InDecl
Auto Trait Implementations§
impl Freeze for InDecl
impl RefUnwindSafe for InDecl
impl Send for InDecl
impl Sync for InDecl
impl Unpin for InDecl
impl UnsafeUnpin for InDecl
impl UnwindSafe for InDecl
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