#[repr(C)]pub struct OstreeMutableTreeIter {
pub in_files: gboolean,
pub iter: GHashTableIter,
}Fields§
§in_files: gboolean§iter: GHashTableIterTrait Implementations§
Source§impl Clone for OstreeMutableTreeIter
impl Clone for OstreeMutableTreeIter
Source§fn clone(&self) -> OstreeMutableTreeIter
fn clone(&self) -> OstreeMutableTreeIter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OstreeMutableTreeIter
Auto Trait Implementations§
impl !Send for OstreeMutableTreeIter
impl !Sync for OstreeMutableTreeIter
impl Freeze for OstreeMutableTreeIter
impl RefUnwindSafe for OstreeMutableTreeIter
impl Unpin for OstreeMutableTreeIter
impl UnsafeUnpin for OstreeMutableTreeIter
impl UnwindSafe for OstreeMutableTreeIter
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