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