pub struct ProgramAssociation {
pub program_num: u16,
pub program_map_pid: Pid,
}
Expand description
An entry of a program association table.
Fields§
§program_num: u16
§program_map_pid: Pid
The packet identifier that contains the associated PMT.
Trait Implementations§
Source§impl Clone for ProgramAssociation
impl Clone for ProgramAssociation
Source§fn clone(&self) -> ProgramAssociation
fn clone(&self) -> ProgramAssociation
Returns a duplicate 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 ProgramAssociation
impl Debug for ProgramAssociation
Source§impl Hash for ProgramAssociation
impl Hash for ProgramAssociation
Source§impl PartialEq for ProgramAssociation
impl PartialEq for ProgramAssociation
impl Eq for ProgramAssociation
impl StructuralPartialEq for ProgramAssociation
Auto Trait Implementations§
impl Freeze for ProgramAssociation
impl RefUnwindSafe for ProgramAssociation
impl Send for ProgramAssociation
impl Sync for ProgramAssociation
impl Unpin for ProgramAssociation
impl UnwindSafe for ProgramAssociation
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