Struct fuse::ReplyIoctl [] [src]

pub struct ReplyIoctl { /* fields omitted */ }

Ioctl Reply

Methods

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

[src]

Formats the value using the given formatter. Read more

impl Reply for ReplyIoctl
[src]

[src]

Create a new reply for the given request

Auto Trait Implementations

impl Send for ReplyIoctl

impl !Sync for ReplyIoctl