#[repr(C)]pub struct OstreeRepoPruneOptions {
pub flags: OstreeRepoPruneFlags,
pub reachable: *mut GHashTable,
pub unused_bools: [gboolean; 6],
pub unused_ints: [c_int; 6],
pub unused_ptrs: [gpointer; 7],
}Fields§
§flags: OstreeRepoPruneFlags§reachable: *mut GHashTable§unused_bools: [gboolean; 6]§unused_ints: [c_int; 6]§unused_ptrs: [gpointer; 7]Trait Implementations§
Source§impl Clone for OstreeRepoPruneOptions
impl Clone for OstreeRepoPruneOptions
Source§fn clone(&self) -> OstreeRepoPruneOptions
fn clone(&self) -> OstreeRepoPruneOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OstreeRepoPruneOptions
impl Debug for OstreeRepoPruneOptions
impl Copy for OstreeRepoPruneOptions
Auto Trait Implementations§
impl Freeze for OstreeRepoPruneOptions
impl RefUnwindSafe for OstreeRepoPruneOptions
impl !Send for OstreeRepoPruneOptions
impl !Sync for OstreeRepoPruneOptions
impl Unpin for OstreeRepoPruneOptions
impl UnwindSafe for OstreeRepoPruneOptions
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