pub enum PID {
}
Variants§
PAT
CAT
TSDT
NIT
NIT, ST
SDT
SDT, BAT, ST
EIT
EIT, ST CIT (TS 102 323 [13])
RST
RST, ST
TDT
TDT, TOT, ST
NetworkSynchronization
network synchronization
RNT
RNT (TS 102 323 [13])
InbandSignalling
Measurement
DIT
SIT
NULL
Reserved(u16)
0x0003…0x000F 0x0017…0x001B
Other(u16)
Implementations§
Trait Implementations§
impl Copy for PID
impl Eq for PID
impl StructuralPartialEq for PID
Auto Trait Implementations§
impl Freeze for PID
impl RefUnwindSafe for PID
impl Send for PID
impl Sync for PID
impl Unpin for PID
impl UnwindSafe for PID
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