pub struct PatEntry {
pub program_number: u16,
pub pid: u16,
}Expand description
One entry in the PAT program loop.
Fields§
§program_number: u16program_number. 0x0000 means “next PID is the NIT PID”.
pid: u16PMT PID (or NIT PID when program_number == 0).
Trait Implementations§
impl Eq for PatEntry
impl StructuralPartialEq for PatEntry
Auto Trait Implementations§
impl Freeze for PatEntry
impl RefUnwindSafe for PatEntry
impl Send for PatEntry
impl Sync for PatEntry
impl Unpin for PatEntry
impl UnsafeUnpin for PatEntry
impl UnwindSafe for PatEntry
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