[][src]Struct swf_tree::SoundInfo

pub struct SoundInfo {
    pub sync_stop: bool,
    pub sync_no_multiple: bool,
    pub in_point: Option<u32>,
    pub out_point: Option<u32>,
    pub loop_count: Option<u16>,
    pub envelope_records: Option<Vec<SoundEnvelope>>,
}

Fields

sync_stop: boolsync_no_multiple: boolin_point: Option<u32>out_point: Option<u32>loop_count: Option<u16>envelope_records: Option<Vec<SoundEnvelope>>

Trait Implementations

impl Clone for SoundInfo[src]

impl Eq for SoundInfo[src]

impl Ord for SoundInfo[src]

impl PartialEq<SoundInfo> for SoundInfo[src]

impl PartialOrd<SoundInfo> for SoundInfo[src]

impl Debug for SoundInfo[src]

impl Hash for SoundInfo[src]

impl Serialize for SoundInfo[src]

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

Auto Trait Implementations

Blanket Implementations

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

impl<T> From<T> for 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.

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

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

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

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