Struct libc::glob64_t
#[repr(C)]
pub struct glob64_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_t
pub gl_pathv: *mut *mut ::c_char
pub gl_offs: ::size_t
pub gl_flags: ::c_int
Trait Implementations
impl Debug for glob64_t
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for glob64_t
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for glob64_t
impl StructuralPartialEq for glob64_t
Auto Trait Implementations
impl RefUnwindSafe for glob64_t
impl UnwindSafe for glob64_t
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T