[][src]Struct nnsdk::os::EventType

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

impl !Send for EventType

impl !Sync for EventType

impl Unpin for EventType

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.