Struct fuse_backend_rs::overlayfs::config::Config
source · pub struct Config {
pub mountpoint: String,
pub work: String,
pub do_import: bool,
pub writeback: bool,
pub no_open: bool,
pub no_opendir: bool,
pub killpriv_v2: bool,
pub no_readdir: bool,
pub perfile_dax: bool,
pub cache_policy: CachePolicy,
pub attr_timeout: Duration,
pub entry_timeout: Duration,
}
Fields§
§mountpoint: String
§work: String
§do_import: bool
§writeback: bool
§no_open: bool
§no_opendir: bool
§killpriv_v2: bool
§no_readdir: bool
§perfile_dax: bool
§cache_policy: CachePolicy
§attr_timeout: Duration
§entry_timeout: Duration
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)