fuse_dirfil_t

Type Alias fuse_dirfil_t 

Source
pub type fuse_dirfil_t = Option<unsafe extern "C" fn(h: fuse_dirh_t, name: *const c_char, type_: c_int, ino: ino_t) -> c_int>;

Aliased Type§

pub enum fuse_dirfil_t {
    None,
    Some(unsafe extern "C" fn(*mut fuse_dirhandle, *const i8, i32, u64) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut fuse_dirhandle, *const i8, i32, u64) -> i32)

Some value of type T.