pub struct VideoStreamInfo {
pub pid: u16,
pub stream_type: u8,
}Expand description
Per-stream info gathered from one PMT entry.
Fields§
§pid: u16§stream_type: u8Trait Implementations§
Source§impl Clone for VideoStreamInfo
impl Clone for VideoStreamInfo
Source§fn clone(&self) -> VideoStreamInfo
fn clone(&self) -> VideoStreamInfo
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 moreimpl Copy for VideoStreamInfo
Source§impl Debug for VideoStreamInfo
impl Debug for VideoStreamInfo
impl Eq for VideoStreamInfo
Source§impl PartialEq for VideoStreamInfo
impl PartialEq for VideoStreamInfo
Source§fn eq(&self, other: &VideoStreamInfo) -> bool
fn eq(&self, other: &VideoStreamInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VideoStreamInfo
Auto Trait Implementations§
impl Freeze for VideoStreamInfo
impl RefUnwindSafe for VideoStreamInfo
impl Send for VideoStreamInfo
impl Sync for VideoStreamInfo
impl Unpin for VideoStreamInfo
impl UnsafeUnpin for VideoStreamInfo
impl UnwindSafe for VideoStreamInfo
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