pub struct RamdiskFactory { /* private fields */ }
Expand description
Creates block devices on ramdisks.
Implementations§
Trait Implementations§
Source§impl BlockDeviceFactory for RamdiskFactory
impl BlockDeviceFactory for RamdiskFactory
Auto Trait Implementations§
impl Freeze for RamdiskFactory
impl RefUnwindSafe for RamdiskFactory
impl Send for RamdiskFactory
impl Sync for RamdiskFactory
impl Unpin for RamdiskFactory
impl UnwindSafe for RamdiskFactory
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