Struct nc::types::compat_semid64_ds_t[][src]

#[repr(C)]
pub struct compat_semid64_ds_t { pub sem_perm: compat_ipc64_perm_t, pub sem_otime: compat_ulong_t, pub sem_otime_high: compat_ulong_t, pub sem_ctime: compat_ulong_t, pub sem_ctime_high: compat_ulong_t, pub sem_nsems: compat_ulong_t, // some fields omitted }

Fields

sem_perm: compat_ipc64_perm_tsem_otime: compat_ulong_tsem_otime_high: compat_ulong_tsem_ctime: compat_ulong_tsem_ctime_high: compat_ulong_tsem_nsems: 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.