pub struct RiscReverse { /* private fields */ }
Expand description
Builder for the RiscReverse
operation.
Implementations§
Source§impl RiscReverse
impl RiscReverse
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 RiscReverse
impl Debug for RiscReverse
Source§impl Default for RiscReverse
impl Default for RiscReverse
Source§fn default() -> RiscReverse
fn default() -> RiscReverse
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RiscReverse
impl RefUnwindSafe for RiscReverse
impl Send for RiscReverse
impl Sync for RiscReverse
impl Unpin for RiscReverse
impl UnwindSafe for RiscReverse
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