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