Struct nc::types::compat_ipc64_perm_t[][src]

#[repr(C)]
pub struct compat_ipc64_perm_t { pub key: compat_key_t, pub uid: __compat_uid32_t, pub gid: __compat_gid32_t, pub cuid: __compat_uid32_t, pub cgid: __compat_gid32_t, pub mode: u16, pub seq: u16, pub unused1: compat_ulong_t, pub unused2: compat_ulong_t, // some fields omitted }

Fields

key: compat_key_tuid: __compat_uid32_tgid: __compat_gid32_tcuid: __compat_uid32_tcgid: __compat_gid32_tmode: u16seq: u16unused1: compat_ulong_tunused2: compat_ulong_t

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.