pub struct CaPmtBuilt { /* private fields */ }Expand description
An owned, CA-only projection of a PMT. Holds the filtered CA_descriptor
loops (programme + per-ES) so a borrowed CaPmt can be reconstructed.
Implementations§
Trait Implementations§
Source§impl Clone for CaPmtBuilt
impl Clone for CaPmtBuilt
Source§fn clone(&self) -> CaPmtBuilt
fn clone(&self) -> CaPmtBuilt
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 moreSource§impl Debug for CaPmtBuilt
impl Debug for CaPmtBuilt
impl Eq for CaPmtBuilt
Source§impl PartialEq for CaPmtBuilt
impl PartialEq for CaPmtBuilt
Source§fn eq(&self, other: &CaPmtBuilt) -> bool
fn eq(&self, other: &CaPmtBuilt) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CaPmtBuilt
Auto Trait Implementations§
impl Freeze for CaPmtBuilt
impl RefUnwindSafe for CaPmtBuilt
impl Send for CaPmtBuilt
impl Sync for CaPmtBuilt
impl Unpin for CaPmtBuilt
impl UnsafeUnpin for CaPmtBuilt
impl UnwindSafe for CaPmtBuilt
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