pub struct BLOCK_DEVICE {
__private_field: (),
}
Fields
__private_field: ()
Trait Implementations
sourceimpl Deref for BLOCK_DEVICE
impl Deref for BLOCK_DEVICE
type Target = Arc<dyn BlockDevice>
type Target = Arc<dyn BlockDevice>
The resulting type after dereferencing.
sourcefn deref(&self) -> &Arc<dyn BlockDevice>
fn deref(&self) -> &Arc<dyn BlockDevice>
Dereferences the value.
impl LazyStatic for BLOCK_DEVICE
Auto Trait Implementations
impl RefUnwindSafe for BLOCK_DEVICE
impl Send for BLOCK_DEVICE
impl Sync for BLOCK_DEVICE
impl Unpin for BLOCK_DEVICE
impl UnwindSafe for BLOCK_DEVICE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more