Struct libc::sembuf
#[repr(C)]
pub struct sembuf {
pub sem_num: ::c_ushort,
pub sem_op: ::c_short,
pub sem_flg: ::c_short,
}
Fields
pub sem_num: ::c_ushort
pub sem_op: ::c_short
pub sem_flg: ::c_short
Trait Implementations
impl Debug for sembuf
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for sembuf
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for sembuf
impl StructuralPartialEq for sembuf
Auto Trait Implementations
impl RefUnwindSafe for sembuf
impl UnwindSafe for sembuf
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T