pub struct RootfsOverlayConfig {
pub upperdir: PathBuf,
pub workdir: PathBuf,
}Expand description
Host-side overlayfs paths for a writable rootfs.
Fields§
§upperdir: PathBuf§workdir: PathBufTrait Implementations§
Source§impl Clone for RootfsOverlayConfig
impl Clone for RootfsOverlayConfig
Source§fn clone(&self) -> RootfsOverlayConfig
fn clone(&self) -> RootfsOverlayConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RootfsOverlayConfig
impl RefUnwindSafe for RootfsOverlayConfig
impl Send for RootfsOverlayConfig
impl Sync for RootfsOverlayConfig
impl Unpin for RootfsOverlayConfig
impl UnsafeUnpin for RootfsOverlayConfig
impl UnwindSafe for RootfsOverlayConfig
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