#[repr(C)]
pub struct EventType { pub _x0: *mut EventType, pub _x8: *mut EventType, pub isSignaled: bool, pub initiallySignaled: bool, pub shouldAutoClear: bool, pub isInit: bool, pub signalCounter: u32, pub signalCounter2: u32, pub crit: InternalCriticalSection, pub condvar: InternalConditionVariable, }

Fields

_x0: *mut EventType_x8: *mut EventTypeisSignaled: boolinitiallySignaled: boolshouldAutoClear: boolisInit: boolsignalCounter: u32signalCounter2: u32crit: InternalCriticalSectioncondvar: 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.