Struct otter_api_tests::imports::libc::msginfo[]

#[repr(C)]
pub struct msginfo { pub msgpool: i32, pub msgmap: i32, pub msgmax: i32, pub msgmnb: i32, pub msgmni: i32, pub msgssz: i32, pub msgtql: i32, pub msgseg: u16, }

Fields

msgpool: i32msgmap: i32msgmax: i32msgmnb: i32msgmni: i32msgssz: i32msgtql: i32msgseg: u16

Trait Implementations

impl Clone for msginfo

impl Copy for msginfo

impl Debug for msginfo

impl Eq for msginfo

impl Hash for msginfo

impl PartialEq<msginfo> for msginfo

impl StructuralEq for msginfo

impl StructuralPartialEq for msginfo

Auto Trait Implementations

impl RefUnwindSafe for msginfo

impl Send for msginfo

impl Sync for msginfo

impl Unpin for msginfo

impl UnwindSafe for msginfo

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Downcast for T where
    T: Any

impl<T> DowncastSync for T where
    T: Any + Send + Sync

impl<A> DynCastExt for A

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,