pub struct ElementaryStreamInfo {
pub stream_type: StreamType,
pub elementary_pid: u16,
pub es_info_length: u16,
pub descriptors: Vec<Descriptors>,
}
Fields§
§stream_type: StreamType
§elementary_pid: u16
§es_info_length: u16
§descriptors: Vec<Descriptors>
Trait Implementations§
Source§impl<'__de> BorrowDecode<'__de> for ElementaryStreamInfo
impl<'__de> BorrowDecode<'__de> for ElementaryStreamInfo
Source§fn borrow_decode<__D: BorrowDecoder<'__de>>(
decoder: &mut __D,
) -> Result<Self, DecodeError>
fn borrow_decode<__D: BorrowDecoder<'__de>>( decoder: &mut __D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
Source§impl Clone for ElementaryStreamInfo
impl Clone for ElementaryStreamInfo
Source§fn clone(&self) -> ElementaryStreamInfo
fn clone(&self) -> ElementaryStreamInfo
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 ElementaryStreamInfo
impl Debug for ElementaryStreamInfo
Source§impl Decode for ElementaryStreamInfo
impl Decode for ElementaryStreamInfo
Source§impl Encode for ElementaryStreamInfo
impl Encode for ElementaryStreamInfo
Source§impl Ord for ElementaryStreamInfo
impl Ord for ElementaryStreamInfo
Source§fn cmp(&self, other: &ElementaryStreamInfo) -> Ordering
fn cmp(&self, other: &ElementaryStreamInfo) -> 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 ElementaryStreamInfo
impl PartialEq for ElementaryStreamInfo
Source§impl PartialOrd for ElementaryStreamInfo
impl PartialOrd for ElementaryStreamInfo
impl Eq for ElementaryStreamInfo
Auto Trait Implementations§
impl Freeze for ElementaryStreamInfo
impl RefUnwindSafe for ElementaryStreamInfo
impl Send for ElementaryStreamInfo
impl Sync for ElementaryStreamInfo
impl Unpin for ElementaryStreamInfo
impl UnwindSafe for ElementaryStreamInfo
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