pub struct Allocation<V: Eq + Hash, R> { /* private fields */ }Expand description
Register assignment returned by allocate_linear_scan.
Implementations§
Trait Implementations§
Source§impl<V: Clone + Eq + Hash, R: Clone> Clone for Allocation<V, R>
impl<V: Clone + Eq + Hash, R: Clone> Clone for Allocation<V, R>
Source§fn clone(&self) -> Allocation<V, R>
fn clone(&self) -> Allocation<V, R>
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 moreimpl<V: Eq + Eq + Hash, R: Eq> Eq for Allocation<V, R>
impl<V: PartialEq + Eq + Hash, R: PartialEq> StructuralPartialEq for Allocation<V, R>
Auto Trait Implementations§
impl<V, R> Freeze for Allocation<V, R>
impl<V, R> RefUnwindSafe for Allocation<V, R>
impl<V, R> Send for Allocation<V, R>
impl<V, R> Sync for Allocation<V, R>
impl<V, R> Unpin for Allocation<V, R>
impl<V, R> UnsafeUnpin for Allocation<V, R>
impl<V, R> UnwindSafe for Allocation<V, R>
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