pub struct SemFlags {
pub projected: bool,
}Expand description
Semantic-memory flags — projected only per
ir-canonical-form.md § 5.1. On the wire: a single byte with
bit 0 = projected, bit 1 reserved (must be 0).
Fields§
§projected: booltrue if the memory’s valid_at is a future projection.
Trait Implementations§
impl Copy for SemFlags
impl Eq for SemFlags
impl StructuralPartialEq for SemFlags
Auto Trait Implementations§
impl Freeze for SemFlags
impl RefUnwindSafe for SemFlags
impl Send for SemFlags
impl Sync for SemFlags
impl Unpin for SemFlags
impl UnsafeUnpin for SemFlags
impl UnwindSafe for SemFlags
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.