Struct os::batch::AppManager
source · struct AppManager {
num_app: usize,
current_app: usize,
app_start: [usize; 17],
}
Fields§
§num_app: usize
§current_app: usize
§app_start: [usize; 17]
Implementations§
source§impl 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 Freeze for AppManager
impl RefUnwindSafe for AppManager
impl Send for AppManager
impl Sync for AppManager
impl Unpin for AppManager
impl UnwindSafe for AppManager
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