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