pub struct CaPmtReplyStream {
pub elementary_pid: u16,
pub ca_enable: Option<CaEnable>,
}Expand description
One ES entry in a ca_pmt_reply.
Fields§
§elementary_pid: u1613-bit elementary_PID.
ca_enable: Option<CaEnable>ES-level CA_enable — Some iff the CA_enable_flag bit was set.
Trait Implementations§
Source§impl Clone for CaPmtReplyStream
impl Clone for CaPmtReplyStream
Source§fn clone(&self) -> CaPmtReplyStream
fn clone(&self) -> CaPmtReplyStream
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 CaPmtReplyStream
Source§impl Debug for CaPmtReplyStream
impl Debug for CaPmtReplyStream
impl Eq for CaPmtReplyStream
Source§impl PartialEq for CaPmtReplyStream
impl PartialEq for CaPmtReplyStream
Source§impl Serialize for CaPmtReplyStream
Available on crate feature serde only.
impl Serialize for CaPmtReplyStream
Available on crate feature
serde only.impl StructuralPartialEq for CaPmtReplyStream
Auto Trait Implementations§
impl Freeze for CaPmtReplyStream
impl RefUnwindSafe for CaPmtReplyStream
impl Send for CaPmtReplyStream
impl Sync for CaPmtReplyStream
impl Unpin for CaPmtReplyStream
impl UnsafeUnpin for CaPmtReplyStream
impl UnwindSafe for CaPmtReplyStream
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