pub struct Ramdisk { /* private fields */ }
Expand description
A ramdisk backed block device.
Trait Implementations§
Source§impl BlockDevice for Ramdisk
impl BlockDevice for Ramdisk
fn dir(&self) -> &DirectoryProxy
fn controller(&self) -> &ControllerProxy
Auto Trait Implementations§
impl Freeze for Ramdisk
impl !RefUnwindSafe for Ramdisk
impl Send for Ramdisk
impl Sync for Ramdisk
impl Unpin for Ramdisk
impl !UnwindSafe for Ramdisk
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