[][src]Struct nnsdk::os::MessageQueueType

#[repr(C)]pub struct MessageQueueType {
    pub _x0: u64,
    pub _x8: u64,
    pub _x10: u64,
    pub _x18: u64,
    pub Buffer: *mut c_void,
    pub MaxCount: u32,
    pub Count: u32,
    pub Offset: u32,
    pub Initialized: bool,
    pub _x38: InternalCriticalSection,
    pub _x3C: InternalConditionVariable,
    pub _x40: InternalConditionVariable,
}

Fields

_x0: u64_x8: u64_x10: u64_x18: u64Buffer: *mut c_voidMaxCount: u32Count: u32Offset: u32Initialized: bool_x38: InternalCriticalSection_x3C: InternalConditionVariable_x40: InternalConditionVariable

Auto Trait Implementations

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