#[repr(C)]pub struct FuseCtx {
pub uid: uid_t,
pub gid: gid_t,
pub pid: pid_t,
pub umask: mode_t,
}Fields§
§uid: uid_t§gid: gid_t§pid: pid_t§umask: mode_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for FuseCtx
impl RefUnwindSafe for FuseCtx
impl Send for FuseCtx
impl Sync for FuseCtx
impl Unpin for FuseCtx
impl UnsafeUnpin for FuseCtx
impl UnwindSafe for FuseCtx
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