Struct fuse_mt::RequestInfo [] [src]

pub struct RequestInfo {
    pub unique: u64,
    pub uid: u32,
    pub gid: u32,
    pub pid: u32,
}

Info about a request.

Fields

The unique ID assigned to this request by FUSE.

The user ID of the process making the request.

The group ID of the process making the request.

The process ID of the process making the request.

Trait Implementations

impl Clone for RequestInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for RequestInfo
[src]

impl Debug for RequestInfo
[src]

[src]

Formats the value using the given formatter.