#[repr(C)]pub struct semid_ds {
pub sem_perm: ipc_perm,
pub sem_otime: time_t,
pub sem_ctime: time_t,
pub sem_nsems: __syscall_ulong_t,
/* private fields */
}
Fields§
§sem_perm: ipc_perm
§sem_otime: time_t
§sem_ctime: time_t
§sem_nsems: __syscall_ulong_t
Trait Implementations§
Auto Trait Implementations§
impl Freeze for semid_ds
impl RefUnwindSafe for semid_ds
impl Send for semid_ds
impl Sync for semid_ds
impl Unpin for semid_ds
impl UnwindSafe for semid_ds
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: 104 bytes