Struct fuse::ReplyBmap [] [src]

pub struct ReplyBmap {
    // some fields omitted
}

Bmap Reply

Methods

impl ReplyBmap
[src]

fn bmap(self, block: u64)

Reply to a request with the given open result

fn error(self, err: c_int)

Reply to a request with the given error code

Trait Implementations

impl Debug for ReplyBmap
[src]

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

Formats the value using the given formatter.

impl Reply for ReplyBmap
[src]

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

Create a new reply for the given request