pub struct ResidentSchedule<'a> { /* private fields */ }Expand description
All allocations whose addresses are captured by one compact schedule graph.
Auto Trait Implementations§
impl<'a> !Send for ResidentSchedule<'a>
impl<'a> !Sync for ResidentSchedule<'a>
impl<'a> !UnwindSafe for ResidentSchedule<'a>
impl<'a> Freeze for ResidentSchedule<'a>
impl<'a> RefUnwindSafe for ResidentSchedule<'a>
impl<'a> Unpin for ResidentSchedule<'a>
impl<'a> UnsafeUnpin for ResidentSchedule<'a>
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