Struct fuse::ReplyDirectory [] [src]

pub struct ReplyDirectory { /* fields omitted */ }

Directory reply

Methods

impl ReplyDirectory
[src]

[src]

Creates a new ReplyDirectory with a specified buffer size.

[src]

Add an entry to the directory reply buffer. Returns true if the buffer is full. A transparent offset value can be provided for each entry. The kernel uses these value to request the next entries in further readdir calls

[src]

Reply to a request with the filled directory buffer

[src]

Reply to a request with the given error code

Trait Implementations

impl Debug for ReplyDirectory
[src]

[src]

Formats the value using the given formatter.