#[repr(C)]pub struct DIR {
pub __dd_fd: c_int,
pub __dd_loc: c_long,
pub __dd_size: c_long,
pub __dd_buf: *mut c_char,
pub __dd_len: c_int,
pub __dd_seek: c_long,
pub __padding: c_long,
pub __dd_flags: c_int,
pub __dd_lock: __darwin_pthread_mutex_t,
pub __dd_td: *mut _telldir,
}
Fields§
§__dd_fd: c_int
§__dd_loc: c_long
§__dd_size: c_long
§__dd_buf: *mut c_char
§__dd_len: c_int
§__dd_seek: c_long
§__padding: c_long
§__dd_flags: c_int
§__dd_lock: __darwin_pthread_mutex_t
§__dd_td: *mut _telldir
Trait Implementations§
impl Copy for DIR
impl Eq for DIR
impl StructuralPartialEq for DIR
Auto Trait Implementations§
impl Freeze for DIR
impl RefUnwindSafe for DIR
impl !Send for DIR
impl !Sync for DIR
impl Unpin for DIR
impl UnwindSafe for DIR
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