pub struct IntervalEntry { /* private fields */ }Expand description
A virtual registers live-range and if the register might be needed for a special operation
Implementations§
Source§impl IntervalEntry
impl IntervalEntry
Trait Implementations§
Source§impl Clone for IntervalEntry
impl Clone for IntervalEntry
Source§fn clone(&self) -> IntervalEntry
fn clone(&self) -> IntervalEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for IntervalEntry
impl !RefUnwindSafe for IntervalEntry
impl !Send for IntervalEntry
impl !Sync for IntervalEntry
impl Unpin for IntervalEntry
impl !UnwindSafe for IntervalEntry
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