Struct ostree_sys::OstreeRepoPruneOptions [−][src]
#[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: OstreeRepoPruneFlagsreachable: *mut GHashTableunused_bools: [gboolean; 6]unused_ints: [c_int; 6]unused_ptrs: [gpointer; 7]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OstreeRepoPruneOptionsimpl !Send for OstreeRepoPruneOptionsimpl !Sync for OstreeRepoPruneOptionsimpl Unpin for OstreeRepoPruneOptionsimpl UnwindSafe for OstreeRepoPruneOptionsBlanket Implementations
Mutably borrows from an owned value. Read more