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
Content of this Elementry Stream is protected by copyright
Undefined
Copyright protection of the content of this Elementary Stream is not defined
Trait Implementations§
impl Eq for Copyright
impl StructuralPartialEq for Copyright
Auto Trait Implementations§
impl Freeze for Copyright
impl RefUnwindSafe for Copyright
impl Send for Copyright
impl Sync for Copyright
impl Unpin for Copyright
impl UnwindSafe for Copyright
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