[][src]Struct genie_dat::SoundID

pub struct SoundID(_);

An ID identifying a sound.

Trait Implementations

impl Clone for SoundID[src]

impl Copy for SoundID[src]

impl Debug for SoundID[src]

impl Default for SoundID[src]

impl Eq for SoundID[src]

impl From<SoundID> for u16[src]

impl From<SoundID> for usize[src]

impl From<u16> for SoundID[src]

impl PartialEq<SoundID> for SoundID[src]

impl StructuralEq for SoundID[src]

impl StructuralPartialEq for SoundID[src]

impl TryFrom<SoundID> for i16[src]

type Error = TryFromIntError

The type returned in the event of a conversion error.

impl TryFrom<SoundID> for i32[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl TryFrom<SoundID> for u32[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl TryFrom<i16> for SoundID[src]

type Error = TryFromIntError

The type returned in the event of a conversion error.

impl TryFrom<i32> for SoundID[src]

type Error = TryFromIntError

The type returned in the event of a conversion error.

impl TryFrom<u32> for SoundID[src]

type Error = TryFromIntError

The type returned in the event of a conversion error.

Auto Trait Implementations

impl RefUnwindSafe for SoundID

impl Send for SoundID

impl Sync for SoundID

impl Unpin for SoundID

impl UnwindSafe for SoundID

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