#[repr(C)]pub struct ipc_perm {
pub cuid: uid_t,
pub cgid: gid_t,
pub uid: uid_t,
pub gid: gid_t,
pub mode: mode_t,
pub seq: c_ushort,
pub key: key_t,
}Fields§
§cuid: uid_t§cgid: gid_t§uid: uid_t§gid: gid_t§mode: mode_t§seq: c_ushort§key: key_tTrait Implementations§
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 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