pub struct DescriptorsRef<'a>(/* private fields */);Expand description
Reference to a list of MPEG-TS descriptors.
Trait Implementations§
Source§impl<'a> From<&'a [u8]> for DescriptorsRef<'a>
impl<'a> From<&'a [u8]> for DescriptorsRef<'a>
Source§impl<'a> IntoIterator for DescriptorsRef<'a>
impl<'a> IntoIterator for DescriptorsRef<'a>
Source§type Item = Result<DescriptorRef<'a>, PsiSectionError>
type Item = Result<DescriptorRef<'a>, PsiSectionError>
The type of the elements being iterated over.
Source§type IntoIter = DescriptorIter<'a>
type IntoIter = DescriptorIter<'a>
Which kind of iterator are we turning this into?
Auto Trait Implementations§
impl<'a> Freeze for DescriptorsRef<'a>
impl<'a> RefUnwindSafe for DescriptorsRef<'a>
impl<'a> Send for DescriptorsRef<'a>
impl<'a> Sync for DescriptorsRef<'a>
impl<'a> Unpin for DescriptorsRef<'a>
impl<'a> UnsafeUnpin for DescriptorsRef<'a>
impl<'a> UnwindSafe for DescriptorsRef<'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