pub struct MemOp {
pub addr: ValueId,
pub space: AddressSpace,
}Expand description
Memory operation descriptor for alias queries.
Fields§
§addr: ValueIdAddress value.
space: AddressSpaceAddress space.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemOp
impl RefUnwindSafe for MemOp
impl Send for MemOp
impl Sync for MemOp
impl Unpin for MemOp
impl UnsafeUnpin for MemOp
impl UnwindSafe for MemOp
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