Struct ostree_sys::OstreeRepoCheckoutAtOptions
source · [−]#[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
sourceimpl Clone for OstreeRepoCheckoutAtOptions
impl Clone for OstreeRepoCheckoutAtOptions
sourcefn clone(&self) -> OstreeRepoCheckoutAtOptions
fn clone(&self) -> OstreeRepoCheckoutAtOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for OstreeRepoCheckoutAtOptions
impl Debug for OstreeRepoCheckoutAtOptions
impl Copy for OstreeRepoCheckoutAtOptions
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more