#[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,
/* private fields */
}
Fields§
§__key: key_t
§uid: uid_t
§gid: gid_t
§cuid: uid_t
§cgid: gid_t
§mode: c_ushort
§__seq: c_ushort
Trait 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 48 bytes