Struct libc::semid_ds[][src]

#[repr(C)]
#[repr(packed(4))]
pub struct semid_ds { pub sem_perm: ipc_perm, pub sem_base: i32, pub sem_nsems: c_ushort, pub sem_otime: time_t, pub sem_pad1: i32, pub sem_ctime: time_t, pub sem_pad2: i32, pub sem_pad3: [i32; 4], }

Fields

sem_perm: ipc_permsem_base: i32sem_nsems: c_ushortsem_otime: time_tsem_pad1: i32sem_ctime: time_tsem_pad2: i32sem_pad3: [i32; 4]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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.