Struct ostree_sys::OstreeMutableTreeIter [−][src]
#[repr(C)]pub struct OstreeMutableTreeIter { pub in_files: gboolean, pub iter: GHashTableIter, }
Fields
in_files: gbooleaniter: GHashTableIterTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OstreeMutableTreeIter
impl !Send for OstreeMutableTreeIter
impl !Sync for OstreeMutableTreeIter
impl Unpin for OstreeMutableTreeIter
impl UnwindSafe for OstreeMutableTreeIter
Blanket Implementations
Mutably borrows from an owned value. Read more