pub type uv_dirent_t = uv_dirent_s;
Aliased Type§
struct uv_dirent_t {
pub name: *const i8,
pub type_: uv_dirent_type_t,
}
Fields§
§name: *const i8
§type_: uv_dirent_type_t
pub type uv_dirent_t = uv_dirent_s;
struct uv_dirent_t {
pub name: *const i8,
pub type_: uv_dirent_type_t,
}
name: *const i8
§type_: uv_dirent_type_t