Struct fuse::ReplyDirectoryPlus [] [src]

pub struct ReplyDirectoryPlus { /* fields omitted */ }

DirectoryPlus reply

Methods

impl ReplyDirectoryPlus
[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 ReplyDirectoryPlus
[src]

[src]

Formats the value using the given formatter.