Struct nydus_api::config::ConfigV2Internal
source · pub struct ConfigV2Internal {
pub blob_accessible: Arc<AtomicBool>,
}Expand description
Internal runtime configuration.
Fields§
§blob_accessible: Arc<AtomicBool>It’s possible to access the raw or more blob objects.
Implementations§
source§impl ConfigV2Internal
impl ConfigV2Internal
sourcepub fn blob_accessible(&self) -> bool
pub fn blob_accessible(&self) -> bool
Get the auto-probe flag.
sourcepub fn set_blob_accessible(&self, accessible: bool)
pub fn set_blob_accessible(&self, accessible: bool)
Set the auto-probe flag.
Trait Implementations§
source§impl Clone for ConfigV2Internal
impl Clone for ConfigV2Internal
source§fn clone(&self) -> ConfigV2Internal
fn clone(&self) -> ConfigV2Internal
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more