#[repr(C)]
pub struct OstreeRepoCheckoutAtOptions {
Show 19 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 process_passthrough_whiteouts: gboolean, pub unused_bools: [gboolean; 3], 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: OstreeRepoCheckoutMode§overwrite_mode: OstreeRepoCheckoutOverwriteMode§enable_uncompressed_cache: gboolean§enable_fsync: gboolean§process_whiteouts: gboolean§no_copy_fallback: gboolean§force_copy: gboolean§bareuseronly_dirs: gboolean§force_copy_zerosized: gboolean§process_passthrough_whiteouts: gboolean§unused_bools: [gboolean; 3]§subpath: *const c_char§devino_to_csum_cache: *mut OstreeRepoDevInoCache§unused_ints: [c_int; 6]§unused_ptrs: [gpointer; 3]§filter: OstreeRepoCheckoutFilter§filter_user_data: gpointer§sepolicy: *mut OstreeSePolicy§sepolicy_prefix: *const c_char

Trait Implementations§

source§

impl Clone for OstreeRepoCheckoutAtOptions

source§

fn clone(&self) -> OstreeRepoCheckoutAtOptions

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for OstreeRepoCheckoutAtOptions

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for OstreeRepoCheckoutAtOptions

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

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

source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

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

fn clone_into(&self, target: &mut T)

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

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.