pub struct ContentTimeBaseAssociation<'a> {
pub data: &'a [u8],
}Expand description
Time-base association block — present when content_time_base_indicator is 3..=7.
Fields§
§data: &'a [u8]Opaque time_base_association_data bytes.
Trait Implementations§
Source§impl<'a> Clone for ContentTimeBaseAssociation<'a>
impl<'a> Clone for ContentTimeBaseAssociation<'a>
Source§fn clone(&self) -> ContentTimeBaseAssociation<'a>
fn clone(&self) -> ContentTimeBaseAssociation<'a>
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<'a> Debug for ContentTimeBaseAssociation<'a>
impl<'a> Debug for ContentTimeBaseAssociation<'a>
impl<'a> Eq for ContentTimeBaseAssociation<'a>
Source§impl<'a> PartialEq for ContentTimeBaseAssociation<'a>
impl<'a> PartialEq for ContentTimeBaseAssociation<'a>
Source§fn eq(&self, other: &ContentTimeBaseAssociation<'a>) -> bool
fn eq(&self, other: &ContentTimeBaseAssociation<'a>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'a> Serialize for ContentTimeBaseAssociation<'a>
impl<'a> Serialize for ContentTimeBaseAssociation<'a>
impl<'a> StructuralPartialEq for ContentTimeBaseAssociation<'a>
Auto Trait Implementations§
impl<'a> Freeze for ContentTimeBaseAssociation<'a>
impl<'a> RefUnwindSafe for ContentTimeBaseAssociation<'a>
impl<'a> Send for ContentTimeBaseAssociation<'a>
impl<'a> Sync for ContentTimeBaseAssociation<'a>
impl<'a> Unpin for ContentTimeBaseAssociation<'a>
impl<'a> UnsafeUnpin for ContentTimeBaseAssociation<'a>
impl<'a> UnwindSafe for ContentTimeBaseAssociation<'a>
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