Struct 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, /* private fields */ }

Fields

gl_pathc: size_t
gl_pathv: *mut *mut c_char
gl_offs: size_t
gl_flags: c_int

Trait Implementations

impl Clone for glob64_t

fn clone(&self) -> glob64_t

impl Copy for glob64_t

impl Debug for glob64_t

fn fmt(&self, f: &mut Formatter<'_>) -> Result

impl Eq for glob64_t

impl Hash for glob64_t

fn hash<__H: Hasher>(&self, state: &mut __H)

impl PartialEq for glob64_t

fn eq(&self, other: &glob64_t) -> bool

impl StructuralPartialEq for glob64_t

Auto Trait Implementations

impl !Send for glob64_t

impl !Sync for glob64_t

impl Freeze for glob64_t

impl RefUnwindSafe for glob64_t

impl Unpin for glob64_t

impl UnsafeUnpin for glob64_t

impl UnwindSafe for glob64_t

Blanket Implementations

impl<T> Any for glob64_t where T: 'static + ?Sized,

fn type_id(&self) -> TypeId

impl<T> Borrow<T> for glob64_t where T: ?Sized,

fn borrow(&self) -> &T

impl<T> BorrowMut<T> for glob64_t where T: ?Sized,

fn borrow_mut(&mut self) -> &mut T

impl<T> CloneToUninit for glob64_t where T: Clone,

unsafe fn clone_to_uninit(&self, dest: *mut u8)

impl<T> From<T> for glob64_t

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into<U> for glob64_t where U: From<T>,

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom<U> for glob64_t where U: Into<T>,

type Error = never;
fn try_from(value: U) -> Result<T, never>

impl<T, U> TryInto<U> for glob64_t where U: TryFrom<T>,

type Error = <U as TryFrom<T>>::Error;
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>