Struct fuse::ReplyData [] [src]

pub struct ReplyData {
    // some fields omitted
}

Data reply

Methods

impl ReplyData
[src]

fn data(self, data: &[u8])

Reply to a request with the given data

fn error(self, err: c_int)

Reply to a request with the given error code

Trait Implementations

impl Debug for ReplyData
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Reply for ReplyData
[src]

fn new<S: ReplySender>(unique: u64, sender: S) -> ReplyData

Create a new reply for the given request