pub struct ResidentScheduleDeviceProgram { /* private fields */ }Expand description
Graph-free compact scheduler metadata owned by the enclosing runtime capsule.
Implementations§
Source§impl ResidentScheduleDeviceProgram
impl ResidentScheduleDeviceProgram
Sourcepub fn record_uses(&self, recorder: &mut LaunchRecorder)
pub fn record_uses(&self, recorder: &mut LaunchRecorder)
Record immutable program tables and the replay-mutated slot table.
Auto Trait Implementations§
impl Freeze for ResidentScheduleDeviceProgram
impl RefUnwindSafe for ResidentScheduleDeviceProgram
impl Send for ResidentScheduleDeviceProgram
impl Sync for ResidentScheduleDeviceProgram
impl Unpin for ResidentScheduleDeviceProgram
impl UnsafeUnpin for ResidentScheduleDeviceProgram
impl UnwindSafe for ResidentScheduleDeviceProgram
Blanket Implementations§
impl<T> Allocation for T
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