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