pub struct Port {
pub name: Ident,
pub input: bool,
pub output: bool,
pub discipline: Ident,
pub signed: bool,
pub net_type: NetType,
}Fields§
§name: Ident§input: bool§output: bool§discipline: Ident§signed: bool§net_type: NetTypeTrait Implementations§
impl Copy for Port
Auto Trait Implementations§
impl Freeze for Port
impl RefUnwindSafe for Port
impl Send for Port
impl Sync for Port
impl Unpin for Port
impl UnwindSafe for Port
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