Struct rust_hdl_core::ast::VerilogLinkDetails [−][src]
pub struct VerilogLinkDetails {
pub my_name: String,
pub owner_name: String,
pub other_name: String,
}
Fields
my_name: String
owner_name: String
other_name: String
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VerilogLinkDetails
impl Send for VerilogLinkDetails
impl Sync for VerilogLinkDetails
impl Unpin for VerilogLinkDetails
impl UnwindSafe for VerilogLinkDetails
Blanket Implementations
Mutably borrows from an owned value. Read more