pub struct seminfo {
pub semmap: i32,
pub semmni: i32,
pub semmns: i32,
pub semmnu: i32,
pub semmsl: i32,
pub semopm: i32,
pub semume: i32,
pub semusz: i32,
pub semvmx: i32,
pub semaem: i32,
}Fields
semmap: i32semmni: i32semmns: i32semmnu: i32semmsl: i32semopm: i32semume: i32semusz: i32semvmx: i32semaem: i32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for seminfo
impl Send for seminfo
impl Sync for seminfo
impl Unpin for seminfo
impl UnwindSafe for seminfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more