Struct os::batch::APP_MANAGER
source · struct APP_MANAGER {
__private_field: (),
}
Fields§
§__private_field: ()
Methods from Deref<Target = UPSafeCell<AppManager>>§
sourcepub fn exclusive_access(&self) -> RefMut<'_, T>
pub fn exclusive_access(&self) -> RefMut<'_, T>
Exclusive access inner data in UPSafeCell. Panic if the data has been borrowed.
Trait Implementations§
source§impl Deref for APP_MANAGER
impl Deref for APP_MANAGER
§type Target = UPSafeCell<AppManager>
type Target = UPSafeCell<AppManager>
The resulting type after dereferencing.
source§fn deref(&self) -> &UPSafeCell<AppManager>
fn deref(&self) -> &UPSafeCell<AppManager>
Dereferences the value.
impl LazyStatic for APP_MANAGER
Auto Trait Implementations§
impl Freeze for APP_MANAGER
impl RefUnwindSafe for APP_MANAGER
impl Send for APP_MANAGER
impl Sync for APP_MANAGER
impl Unpin for APP_MANAGER
impl UnwindSafe for APP_MANAGER
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