pub struct LogicalBasis {
pub k: usize,
pub logical_x: Vec<Pauli>,
pub logical_z: Vec<Pauli>,
}Fields§
§k: usize§logical_x: Vec<Pauli>§logical_z: Vec<Pauli>Trait Implementations§
Source§impl Clone for LogicalBasis
impl Clone for LogicalBasis
Source§fn clone(&self) -> LogicalBasis
fn clone(&self) -> LogicalBasis
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LogicalBasis
impl Debug for LogicalBasis
impl Eq for LogicalBasis
Source§impl PartialEq for LogicalBasis
impl PartialEq for LogicalBasis
impl StructuralPartialEq for LogicalBasis
Auto Trait Implementations§
impl Freeze for LogicalBasis
impl RefUnwindSafe for LogicalBasis
impl Send for LogicalBasis
impl Sync for LogicalBasis
impl Unpin for LogicalBasis
impl UnsafeUnpin for LogicalBasis
impl UnwindSafe for LogicalBasis
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