Struct libc::glob_t
#[repr(C)]
pub struct glob_t {
pub gl_pathc: ::size_t,
pub gl_pathv: *mut *mut c_char,
pub gl_offs: ::size_t,
pub gl_flags: ::c_int,
/* some fields hidden */
}Fields
pub gl_pathc: ::size_tpub gl_pathv: *mut *mut c_charpub gl_offs: ::size_tpub gl_flags: ::c_intTrait Implementations
impl Debug for glob_t
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Hash for glob_t
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl StructuralEq for glob_timpl StructuralPartialEq for glob_tAuto Trait Implementations
impl RefUnwindSafe for glob_timpl UnwindSafe for glob_tBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T