Struct ostree_sys::OstreeRepoCheckoutAtOptions [−][src]
#[repr(C)]pub struct OstreeRepoCheckoutAtOptions {}Show 18 fields
pub mode: OstreeRepoCheckoutMode, pub overwrite_mode: OstreeRepoCheckoutOverwriteMode, pub enable_uncompressed_cache: gboolean, pub enable_fsync: gboolean, pub process_whiteouts: gboolean, pub no_copy_fallback: gboolean, pub force_copy: gboolean, pub bareuseronly_dirs: gboolean, pub force_copy_zerosized: gboolean, pub unused_bools: [gboolean; 4], pub subpath: *const c_char, pub devino_to_csum_cache: *mut OstreeRepoDevInoCache, pub unused_ints: [c_int; 6], pub unused_ptrs: [gpointer; 3], pub filter: OstreeRepoCheckoutFilter, pub filter_user_data: gpointer, pub sepolicy: *mut OstreeSePolicy, pub sepolicy_prefix: *const c_char,
Fields
mode: OstreeRepoCheckoutModeoverwrite_mode: OstreeRepoCheckoutOverwriteModeenable_uncompressed_cache: gbooleanenable_fsync: gbooleanprocess_whiteouts: gbooleanno_copy_fallback: gbooleanforce_copy: gbooleanbareuseronly_dirs: gbooleanforce_copy_zerosized: gbooleanunused_bools: [gboolean; 4]subpath: *const c_chardevino_to_csum_cache: *mut OstreeRepoDevInoCacheunused_ints: [c_int; 6]unused_ptrs: [gpointer; 3]filter: OstreeRepoCheckoutFilterfilter_user_data: gpointersepolicy: *mut OstreeSePolicysepolicy_prefix: *const c_charTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OstreeRepoCheckoutAtOptions
impl !Send for OstreeRepoCheckoutAtOptions
impl !Sync for OstreeRepoCheckoutAtOptions
impl Unpin for OstreeRepoCheckoutAtOptions
impl UnwindSafe for OstreeRepoCheckoutAtOptions
Blanket Implementations
Mutably borrows from an owned value. Read more