#[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

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.