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
sourceimpl Deref for APP_MANAGER
impl Deref for APP_MANAGER
type Target = UPSafeCell<AppManager>
type Target = UPSafeCell<AppManager>
The resulting type after dereferencing.
sourcefn deref(&self) -> &UPSafeCell<AppManager>
fn deref(&self) -> &UPSafeCell<AppManager>
Dereferences the value.
impl LazyStatic for APP_MANAGER
Auto Trait Implementations
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
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