Enum mpeg2ts_reader::pes::Copyright
source · pub enum Copyright {
Protected,
Undefined,
}Expand description
Indicates the copyright status of the contents of the Elementary Stream packet.
Returned by PesParsedContents.copyright()
Variants
Protected
Undefined
Trait Implementations
impl StructuralPartialEq for Copyright
Auto Trait Implementations
impl RefUnwindSafe for Copyright
impl Send for Copyright
impl Sync for Copyright
impl Unpin for Copyright
impl UnwindSafe for Copyright
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more