pub struct IntModule {
pub name: Identifier,
pub ports: Ports,
pub params: Parameters,
pub info: Info,
}Fields§
§name: Identifier§ports: Ports§params: Parameters§info: InfoAuto Trait Implementations§
impl Freeze for IntModule
impl RefUnwindSafe for IntModule
impl Send for IntModule
impl Sync for IntModule
impl Unpin for IntModule
impl UnsafeUnpin for IntModule
impl UnwindSafe for IntModule
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