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