[][src]Struct swf_tree::tags::DefineSound

pub struct DefineSound {
    pub id: u16,
    pub format: AudioCodingFormat,
    pub sound_rate: SoundRate,
    pub sound_size: SoundSize,
    pub sound_type: SoundType,
    pub sample_count: u32,
    pub data: Vec<u8>,
}

Fields

id: u16format: AudioCodingFormatsound_rate: SoundRatesound_size: SoundSizesound_type: SoundTypesample_count: u32data: Vec<u8>

Trait Implementations

impl PartialEq<DefineSound> for DefineSound[src]

impl Eq for DefineSound[src]

impl Debug for DefineSound[src]

impl Serialize for DefineSound[src]

impl<'de> Deserialize<'de> for DefineSound[src]

Auto Trait Implementations

impl Send for DefineSound

impl Sync for DefineSound

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]