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