Struct fuse::Request [] [src]

pub struct Request<'a> { /* fields omitted */ }

Request data structure

Methods

impl<'a> Request<'a>
[src]

[src]

Returns the unique identifier of this request

[src]

Returns the uid of this request

[src]

Returns the gid of this request

[src]

Returns the pid of this request

Trait Implementations

impl<'a> Debug for Request<'a>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Request<'a>

impl<'a> Sync for Request<'a>