Struct fuse::ReplyBmap [] [src]

pub struct ReplyBmap { /* fields omitted */ }

Bmap Reply

Methods

impl ReplyBmap
[src]

[src]

Reply to a request with the given open result

[src]

Reply to a request with the given error code

Trait Implementations

impl Debug for ReplyBmap
[src]

[src]

Formats the value using the given formatter. Read more

impl Reply for ReplyBmap
[src]

[src]

Create a new reply for the given request

Auto Trait Implementations

impl Send for ReplyBmap

impl !Sync for ReplyBmap