pub struct MsCaPmtReplyStream {
pub elementary_pid: u16,
pub ca_enable: Option<CaEnable>,
}Expand description
One ES entry of a CI Plus multi-stream ca_pmt_reply (Table 16).
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 MsCaPmtReplyStream
impl Clone for MsCaPmtReplyStream
Source§fn clone(&self) -> MsCaPmtReplyStream
fn clone(&self) -> MsCaPmtReplyStream
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 MsCaPmtReplyStream
Source§impl Debug for MsCaPmtReplyStream
impl Debug for MsCaPmtReplyStream
impl Eq for MsCaPmtReplyStream
Source§impl PartialEq for MsCaPmtReplyStream
impl PartialEq for MsCaPmtReplyStream
Source§fn eq(&self, other: &MsCaPmtReplyStream) -> bool
fn eq(&self, other: &MsCaPmtReplyStream) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for MsCaPmtReplyStream
impl Serialize for MsCaPmtReplyStream
impl StructuralPartialEq for MsCaPmtReplyStream
Auto Trait Implementations§
impl Freeze for MsCaPmtReplyStream
impl RefUnwindSafe for MsCaPmtReplyStream
impl Send for MsCaPmtReplyStream
impl Sync for MsCaPmtReplyStream
impl Unpin for MsCaPmtReplyStream
impl UnsafeUnpin for MsCaPmtReplyStream
impl UnwindSafe for MsCaPmtReplyStream
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