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