Struct fuse_backend_rs::api::filesystem::Context
source · [−]Expand description
Additional context associated with requests.
Fields
uid: uid_tThe user ID of the calling process.
gid: gid_tThe group ID of the calling process.
pid: pid_tThe thread group ID of the calling process.
Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more