Struct fuse::ReplyLseek [] [src]

pub struct ReplyLseek { /* fields omitted */ }

Lseek Reply

Methods

impl ReplyLseek
[src]

[src]

Reply to a request with seeked offset

[src]

Reply to a request with the given error code

Trait Implementations

impl Debug for ReplyLseek
[src]

[src]

Formats the value using the given formatter. Read more

impl Reply for ReplyLseek
[src]

[src]

Create a new reply for the given request

Auto Trait Implementations

impl Send for ReplyLseek

impl !Sync for ReplyLseek