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