pub struct BLOCK_DEVICE {
__private_field: (),
}
Expand description
The global block device driver instance: BLOCK_DEVICE with BlockDevice trait
Fields
__private_field: ()
Trait Implementations
sourceimpl Deref for BLOCK_DEVICE
impl Deref for BLOCK_DEVICE
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more