Struct quil_rs::instruction::Sharing
source · pub struct Sharing {
pub name: String,
pub offsets: Vec<Offset>,
}
Fields§
§name: String
§offsets: Vec<Offset>
Implementations§
Trait Implementations§
source§impl PartialEq<Sharing> for Sharing
impl PartialEq<Sharing> for Sharing
impl Eq for Sharing
impl StructuralEq for Sharing
impl StructuralPartialEq for Sharing
Auto Trait Implementations§
impl RefUnwindSafe for Sharing
impl Send for Sharing
impl Sync for Sharing
impl Unpin for Sharing
impl UnwindSafe for Sharing
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
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.