Struct ostree_sys::OstreeRepoCheckoutOptions [−][src]
#[repr(C)]pub struct OstreeRepoCheckoutOptions { pub mode: OstreeRepoCheckoutMode, pub overwrite_mode: OstreeRepoCheckoutOverwriteMode, pub enable_uncompressed_cache: c_uint, // some fields omitted }
Fields
mode: OstreeRepoCheckoutModeoverwrite_mode: OstreeRepoCheckoutOverwriteModeenable_uncompressed_cache: c_uintTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OstreeRepoCheckoutOptionsimpl Send for OstreeRepoCheckoutOptionsimpl Sync for OstreeRepoCheckoutOptionsimpl Unpin for OstreeRepoCheckoutOptionsimpl UnwindSafe for OstreeRepoCheckoutOptions