#[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_char

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.