Struct ostree_sys::OstreeRepoCheckoutOptions
source · [−]#[repr(C)]pub struct OstreeRepoCheckoutOptions {
pub mode: OstreeRepoCheckoutMode,
pub overwrite_mode: OstreeRepoCheckoutOverwriteMode,
pub enable_uncompressed_cache: c_uint,
/* private fields */
}Fields
mode: OstreeRepoCheckoutModeoverwrite_mode: OstreeRepoCheckoutOverwriteModeenable_uncompressed_cache: c_uintTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OstreeRepoCheckoutOptions
impl Send for OstreeRepoCheckoutOptions
impl Sync for OstreeRepoCheckoutOptions
impl Unpin for OstreeRepoCheckoutOptions
impl UnwindSafe for OstreeRepoCheckoutOptions
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