Struct fuse::ReplyCreate [] [src]

pub struct ReplyCreate {
    // some fields omitted
}

Create reply

Methods

impl ReplyCreate
[src]

fn created(self, ttl: &Timespec, attr: &FileAttr, generation: u64, fh: u64, flags: u32)

Reply to a request with the given entry

fn error(self, err: c_int)

Reply to a request with the given error code

Trait Implementations

impl Debug for ReplyCreate
[src]

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

Formats the value using the given formatter.

impl Reply for ReplyCreate
[src]

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

Create a new reply for the given request