Searched defs:Sample (Results 1 – 5 of 5) sorted by relevance
16 pub struct Sample { struct23 pub data: Bytes,47 /// This field can be combined with [`Sample::prev_dropped_packets`] to determine if any argument71 impl Default for Sample { argument84 impl PartialEq for Sample { implementation
10 pub struct Sample<Raw>(Raw); struct12 impl From<i16> for Sample<i16> { implementation19 impl From<f32> for Sample<f32> { implementation60 impl From<Sample<i16>> for Sample<f32> { implementation73 impl From<Sample<f32>> for Sample<i16> { implementation95 impl FromBytes for Sample<i16> { implementation101 impl FromBytes for Sample<f32> { implementation108 impl<Raw> NearlyEq<Self, Raw> for Sample<Raw> implementation
9 type Sample = i32; in benchmark_from() typedef
370 pub fn pop(&mut self) -> Option<Sample> { in pop()387 pub fn pop_with_timestamp(&mut self) -> Option<(Sample, u32)> { in pop_with_timestamp()
62 sample: &Sample, in write_sample_with_extensions()