#[repr(C)]pub struct OstreeRepoExportArchiveOptions {
pub disable_xattrs: c_uint,
/* private fields */
}Fields
disable_xattrs: c_uintTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OstreeRepoExportArchiveOptions
impl Send for OstreeRepoExportArchiveOptions
impl Sync for OstreeRepoExportArchiveOptions
impl Unpin for OstreeRepoExportArchiveOptions
impl UnwindSafe for OstreeRepoExportArchiveOptions
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