#[repr(C)]pub struct OstreeRepoCheckoutOptions {
pub mode: OstreeRepoCheckoutMode,
pub overwrite_mode: OstreeRepoCheckoutOverwriteMode,
pub enable_uncompressed_cache: c_uint,
/* private fields */
}Fields§
§mode: OstreeRepoCheckoutMode§overwrite_mode: OstreeRepoCheckoutOverwriteMode§enable_uncompressed_cache: c_uintTrait Implementations§
Auto Trait Implementations§
impl Freeze for OstreeRepoCheckoutOptions
impl RefUnwindSafe for OstreeRepoCheckoutOptions
impl Send for OstreeRepoCheckoutOptions
impl Sync for OstreeRepoCheckoutOptions
impl Unpin for OstreeRepoCheckoutOptions
impl UnwindSafe for OstreeRepoCheckoutOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more