Struct libc::ipc_perm
#[repr(C)]
pub struct ipc_perm {
pub __key: ::key_t,
pub uid: ::uid_t,
pub gid: ::gid_t,
pub cuid: ::uid_t,
pub cgid: ::gid_t,
pub mode: ::c_ushort,
pub __seq: ::c_ushort,
/* some fields hidden */
}
Fields
pub __key: ::key_t
pub uid: ::uid_t
pub gid: ::gid_t
pub cuid: ::uid_t
pub cgid: ::gid_t
pub mode: ::c_ushort
pub __seq: ::c_ushort
Trait Implementations
impl Debug for ipc_perm
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for ipc_perm
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for ipc_perm
impl StructuralPartialEq for ipc_perm
Auto Trait Implementations
impl RefUnwindSafe for ipc_perm
impl UnwindSafe for ipc_perm
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T