Struct fuse::ReplyRead [] [src]

pub struct ReplyRead { /* fields omitted */ }

Read reply

Methods

impl ReplyRead
[src]

[src]

Create a new reply for a read request

[src]

Reply to a request with the given data

[src]

Reply to a request with a file descriptor

[src]

Reply to a request with the given error code

Trait Implementations

impl Debug for ReplyRead
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ReplyRead

impl !Sync for ReplyRead