pub struct CallerCtx {
pub pid: usize,
pub uid: u32,
pub gid: u32,
}
Fields§
§pid: usize
§uid: u32
§gid: u32
Implementations§
Auto Trait Implementations§
impl Freeze for CallerCtx
impl RefUnwindSafe for CallerCtx
impl Send for CallerCtx
impl Sync for CallerCtx
impl Unpin for CallerCtx
impl UnwindSafe for CallerCtx
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