Struct gio_sys::_GFileEnumeratorPrivate
source · [−]#[repr(C)]pub struct _GFileEnumeratorPrivate { /* private fields */ }
Auto Trait Implementations
impl RefUnwindSafe for _GFileEnumeratorPrivate
impl !Send for _GFileEnumeratorPrivate
impl !Sync for _GFileEnumeratorPrivate
impl !Unpin for _GFileEnumeratorPrivate
impl UnwindSafe for _GFileEnumeratorPrivate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more