Struct audio_device_windows_sys::Windows::Win32::SystemServices::WAIT_RETURN_CAUSE[][src]

#[repr(transparent)]pub struct WAIT_RETURN_CAUSE(pub u32);

Implementations

impl WAIT_RETURN_CAUSE[src]

pub const WAIT_OBJECT_0: Self[src]

pub const WAIT_ABANDONED: Self[src]

pub const WAIT_ABANDONED_0: Self[src]

pub const WAIT_IO_COMPLETION: Self[src]

pub const WAIT_TIMEOUT: Self[src]

pub const WAIT_FAILED: Self[src]

Trait Implementations

impl Abi for WAIT_RETURN_CAUSE[src]

type Abi = Self

The abi representation of the implementing type. Read more

impl BitAnd<WAIT_RETURN_CAUSE> for WAIT_RETURN_CAUSE[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAndAssign<WAIT_RETURN_CAUSE> for WAIT_RETURN_CAUSE[src]

impl BitOr<WAIT_RETURN_CAUSE> for WAIT_RETURN_CAUSE[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOrAssign<WAIT_RETURN_CAUSE> for WAIT_RETURN_CAUSE[src]

impl Clone for WAIT_RETURN_CAUSE[src]

impl Copy for WAIT_RETURN_CAUSE[src]

impl Debug for WAIT_RETURN_CAUSE[src]

impl Default for WAIT_RETURN_CAUSE[src]

impl Eq for WAIT_RETURN_CAUSE[src]

impl From<u32> for WAIT_RETURN_CAUSE[src]

impl PartialEq<WAIT_RETURN_CAUSE> for WAIT_RETURN_CAUSE[src]

impl StructuralEq for WAIT_RETURN_CAUSE[src]

impl StructuralPartialEq for WAIT_RETURN_CAUSE[src]

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<'a, T> IntoParam<'a, T> for T where
    T: Abi
[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.