#[repr(C)]pub struct ipc_perm {
pub __key: i32,
pub uid: u32,
pub gid: u32,
pub cuid: u32,
pub cgid: u32,
pub mode: u32,
pub __seq: u16,
pub __pad2: u16,
pub __glibc_reserved1: u64,
pub __glibc_reserved2: u64,
}Fields§
§__key: i32§uid: u32§gid: u32§cuid: u32§cgid: u32§mode: u32§__seq: u16§__pad2: u16§__glibc_reserved1: u64§__glibc_reserved2: u64Trait Implementations§
Source§impl Ord for ipc_perm
impl Ord for ipc_perm
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for ipc_perm
impl PartialOrd for ipc_perm
impl Copy for ipc_perm
impl Eq for ipc_perm
impl StructuralPartialEq for ipc_perm
Auto Trait Implementations§
impl Freeze for ipc_perm
impl RefUnwindSafe for ipc_perm
impl Send for ipc_perm
impl Sync for ipc_perm
impl Unpin for ipc_perm
impl UnsafeUnpin for ipc_perm
impl UnwindSafe for ipc_perm
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