pub struct RiscConcat { /* private fields */ }
Expand description
Builder for the RiscConcat
operation.
Implementations§
Source§impl RiscConcat
impl RiscConcat
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Source§impl Debug for RiscConcat
impl Debug for RiscConcat
Source§impl Default for RiscConcat
impl Default for RiscConcat
Source§fn default() -> RiscConcat
fn default() -> RiscConcat
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RiscConcat
impl RefUnwindSafe for RiscConcat
impl Send for RiscConcat
impl Sync for RiscConcat
impl Unpin for RiscConcat
impl UnwindSafe for RiscConcat
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