pub struct Ramdisk { /* private fields */ }
Expand description
A virtual memory-backed block device.
Implementations§
Source§impl Ramdisk
impl Ramdisk
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