Struct os::batch::AppManager
source · [−]Fields
num_app: usize
current_app: usize
app_start: [usize; 17]
Implementations
sourceimpl AppManager
impl AppManager
pub fn print_app_info(&self)
unsafe fn load_app(&self, app_id: usize)
pub fn get_current_app(&self) -> usize
pub fn move_to_next_app(&mut self)
Auto Trait Implementations
impl RefUnwindSafe for AppManager
impl Send for AppManager
impl Sync for AppManager
impl Unpin for AppManager
impl UnwindSafe for AppManager
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more