Struct rspotify_model::audio::AudioAnalysisSegment [−][src]
pub struct AudioAnalysisSegment {
pub time_interval: TimeInterval,
pub loudness_start: f32,
pub loudness_max_time: f32,
pub loudness_max: f32,
pub loudness_end: Option<f32>,
pub pitches: Vec<f32>,
pub timbre: Vec<f32>,
}Expand description
Audio analysis segment object
Fields
time_interval: TimeIntervalloudness_start: f32loudness_max_time: f32loudness_max: f32loudness_end: Option<f32>pitches: Vec<f32>timbre: Vec<f32>Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for AudioAnalysisSegment
impl Send for AudioAnalysisSegment
impl Sync for AudioAnalysisSegment
impl Unpin for AudioAnalysisSegment
impl UnwindSafe for AudioAnalysisSegment
Blanket Implementations
Mutably borrows from an owned value. Read more