pub struct SoundStreamBlock {
pub data: Vec<u8>,
}
Fields§
§data: Vec<u8>
Trait Implementations§
Source§impl Clone for SoundStreamBlock
impl Clone for SoundStreamBlock
Source§fn clone(&self) -> SoundStreamBlock
fn clone(&self) -> SoundStreamBlock
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SoundStreamBlock
impl Debug for SoundStreamBlock
Source§impl<'de> Deserialize<'de> for SoundStreamBlock
impl<'de> Deserialize<'de> for SoundStreamBlock
Source§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
Source§impl Hash for SoundStreamBlock
impl Hash for SoundStreamBlock
Source§impl Ord for SoundStreamBlock
impl Ord for SoundStreamBlock
Source§fn cmp(&self, other: &SoundStreamBlock) -> Ordering
fn cmp(&self, other: &SoundStreamBlock) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SoundStreamBlock
impl PartialEq for SoundStreamBlock
Source§impl PartialOrd for SoundStreamBlock
impl PartialOrd for SoundStreamBlock
Source§impl Serialize for SoundStreamBlock
impl Serialize for SoundStreamBlock
impl Eq for SoundStreamBlock
impl StructuralPartialEq for SoundStreamBlock
Auto Trait Implementations§
impl Freeze for SoundStreamBlock
impl RefUnwindSafe for SoundStreamBlock
impl Send for SoundStreamBlock
impl Sync for SoundStreamBlock
impl Unpin for SoundStreamBlock
impl UnwindSafe for SoundStreamBlock
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more