Struct nc::types::compat_msqid64_ds_t[][src]

#[repr(C)]
pub struct compat_msqid64_ds_t { pub msg_perm: compat_ipc64_perm_t, pub msg_stime: compat_ulong_t, pub msg_stime_high: compat_ulong_t, pub msg_rtime: compat_ulong_t, pub msg_rtime_high: compat_ulong_t, pub msg_ctime: compat_ulong_t, pub msg_ctime_high: compat_ulong_t, pub msg_cbytes: compat_ulong_t, pub msg_qnum: compat_ulong_t, pub msg_qbytes: compat_ulong_t, pub msg_lspid: compat_pid_t, pub msg_lrpid: compat_pid_t, // some fields omitted }

Fields

msg_perm: compat_ipc64_perm_tmsg_stime: compat_ulong_tmsg_stime_high: compat_ulong_tmsg_rtime: compat_ulong_tmsg_rtime_high: compat_ulong_tmsg_ctime: compat_ulong_tmsg_ctime_high: compat_ulong_tmsg_cbytes: compat_ulong_tmsg_qnum: compat_ulong_tmsg_qbytes: compat_ulong_tmsg_lspid: compat_pid_tmsg_lrpid: compat_pid_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.