Struct julia_sys::uv_dirent_s [] [src]

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

Fields

Trait Implementations

impl Debug for uv_dirent_s
[src]

[src]

Formats the value using the given formatter.

impl Copy for uv_dirent_s
[src]

impl Clone for uv_dirent_s
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more