Struct libc::ucred
#[repr(C)]
pub struct ucred {
pub pid: ::pid_t,
pub uid: ::uid_t,
pub gid: ::gid_t,
}
Fields
pub pid: ::pid_t
pub uid: ::uid_t
pub gid: ::gid_t
Trait Implementations
impl Debug for ucred
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for ucred
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for ucred
impl StructuralPartialEq for ucred
Auto Trait Implementations
impl RefUnwindSafe for ucred
impl UnwindSafe for ucred
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T