Struct fuse::filesystem::Context
source · pub struct Context {
pub uid: uid_t,
pub gid: gid_t,
pub pid: pid_t,
}
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§
impl Copy for Context
Auto Trait Implementations§
impl RefUnwindSafe for Context
impl Send for Context
impl Sync for Context
impl Unpin for Context
impl UnwindSafe for Context
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more