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 OstreeRepoPruneOptions
impl !Send for OstreeRepoPruneOptions
impl !Sync for OstreeRepoPruneOptions
impl Unpin for OstreeRepoPruneOptions
impl UnwindSafe for OstreeRepoPruneOptions
Blanket Implementations
Mutably borrows from an owned value. Read more