pub struct CallerCtx {
pub pid: usize,
pub uid: u32,
pub gid: u32,
pub id: Id,
}
Fields§
§pid: usize
§uid: u32
§gid: u32
§id: Id
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