Struct os::drivers::block::virtio_blk::QUEUE_FRAMES
source · [−]struct QUEUE_FRAMES {
__private_field: (),
}
Fields
__private_field: ()
Methods from Deref<Target = UPSafeCell<Vec<FrameTracker>>>
sourcepub fn exclusive_access(&self) -> RefMut<'_, T>
pub fn exclusive_access(&self) -> RefMut<'_, T>
Panic if the data has been borrowed.
Trait Implementations
sourceimpl Deref for QUEUE_FRAMES
impl Deref for QUEUE_FRAMES
type Target = UPSafeCell<Vec<FrameTracker, Global>>
type Target = UPSafeCell<Vec<FrameTracker, Global>>
The resulting type after dereferencing.
sourcefn deref(&self) -> &UPSafeCell<Vec<FrameTracker>>
fn deref(&self) -> &UPSafeCell<Vec<FrameTracker>>
Dereferences the value.
impl LazyStatic for QUEUE_FRAMES
Auto Trait Implementations
impl RefUnwindSafe for QUEUE_FRAMES
impl Send for QUEUE_FRAMES
impl Sync for QUEUE_FRAMES
impl Unpin for QUEUE_FRAMES
impl UnwindSafe for QUEUE_FRAMES
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