pub struct AudioTagBody {
pub data: Bytes,
}Expand description
The tag data body part of audio FLV tag data.
Fields§
§data: BytesThe actual tag data body of audio FLV tag data.
Trait Implementations§
Source§impl Clone for AudioTagBody
impl Clone for AudioTagBody
Source§fn clone(&self) -> AudioTagBody
fn clone(&self) -> AudioTagBody
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AudioTagBody
impl Debug for AudioTagBody
Source§impl<E> Parser<E, AudioTagBody> for FlvParser
impl<E> Parser<E, AudioTagBody> for FlvParser
Source§impl PartialEq for AudioTagBody
impl PartialEq for AudioTagBody
impl StructuralPartialEq for AudioTagBody
Auto Trait Implementations§
impl !Freeze for AudioTagBody
impl RefUnwindSafe for AudioTagBody
impl Send for AudioTagBody
impl Sync for AudioTagBody
impl Unpin for AudioTagBody
impl UnsafeUnpin for AudioTagBody
impl UnwindSafe for AudioTagBody
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