[][src]Struct gdnative_common::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[src]

impl Copy for msginfo[src]

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> 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.