Struct fuse::ReplyLock [] [src]

pub struct ReplyLock { /* fields omitted */ }

Lock Reply

Methods

impl ReplyLock
[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 ReplyLock
[src]

[src]

Formats the value using the given formatter. Read more

impl Reply for ReplyLock
[src]

[src]

Create a new reply for the given request

Auto Trait Implementations

impl Send for ReplyLock

impl !Sync for ReplyLock