Struct quil_rs::instruction::Vector
source · pub struct Vector {
pub data_type: ScalarType,
pub length: u64,
}
Fields§
§data_type: ScalarType
§length: u64
Trait Implementations§
source§impl PartialEq<Vector> for Vector
impl PartialEq<Vector> for Vector
impl Eq for Vector
impl StructuralEq for Vector
impl StructuralPartialEq for Vector
Auto Trait Implementations§
impl RefUnwindSafe for Vector
impl Send for Vector
impl Sync for Vector
impl Unpin for Vector
impl UnwindSafe for Vector
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.