pub struct OciBundle { /* private fields */ }Expand description
OCI Bundle manager
Creates and manages OCI-compliant bundles for gVisor
Implementations§
Source§impl OciBundle
impl OciBundle
Sourcepub fn rootfs_path(&self) -> PathBuf
pub fn rootfs_path(&self) -> PathBuf
Get the rootfs path
Sourcepub fn bundle_path(&self) -> &Path
pub fn bundle_path(&self) -> &Path
Get the bundle path
Auto Trait Implementations§
impl Freeze for OciBundle
impl RefUnwindSafe for OciBundle
impl Send for OciBundle
impl Sync for OciBundle
impl Unpin for OciBundle
impl UnsafeUnpin for OciBundle
impl UnwindSafe for OciBundle
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