Struct fuse_backend_rs::api::filesystem::Context [−][src]
Expand description
Additional context associated with requests.
Fields
uid: uid_t
The user ID of the calling process.
gid: gid_t
The group ID of the calling process.
pid: pid_t
The thread group ID of the calling process.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Context
impl UnwindSafe for Context
Blanket Implementations
Mutably borrows from an owned value. Read more