#[repr(C)]pub struct pomp_cred {
pub pid: u32,
pub uid: u32,
pub gid: u32,
}Expand description
Peer credentials for local sockets
Fields§
§pid: u32< PID of sending process
uid: u32< UID of sending process
gid: u32< GID of sending process
Trait Implementations§
Auto Trait Implementations§
impl Freeze for pomp_cred
impl RefUnwindSafe for pomp_cred
impl Send for pomp_cred
impl Sync for pomp_cred
impl Unpin for pomp_cred
impl UnwindSafe for pomp_cred
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