uv_dirent_t

Type Alias uv_dirent_t 

Source
pub type uv_dirent_t = uv_dirent_s;

Aliased Type§

#[repr(C)]
pub struct uv_dirent_t { pub name: *const i8, pub type_: uv_dirent_type_t, }

Fields§

§name: *const i8§type_: uv_dirent_type_t