pub struct LegacyMeta {
pub rerecord_count: u64,
pub pal: bool,
}Expand description
Metadata recovered from a legacy movie that has no home on Movie.
Fields§
§rerecord_count: u64Rerecord count (0 if absent / unknown).
pal: booltrue if the source declared a PAL region.
Trait Implementations§
Source§impl Clone for LegacyMeta
impl Clone for LegacyMeta
Source§fn clone(&self) -> LegacyMeta
fn clone(&self) -> LegacyMeta
Returns a duplicate of the value. Read more
1.0.0 · 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 LegacyMeta
impl Debug for LegacyMeta
Source§impl Default for LegacyMeta
impl Default for LegacyMeta
Source§fn default() -> LegacyMeta
fn default() -> LegacyMeta
Returns the “default value” for a type. Read more
Source§impl PartialEq for LegacyMeta
impl PartialEq for LegacyMeta
impl Eq for LegacyMeta
impl StructuralPartialEq for LegacyMeta
Auto Trait Implementations§
impl Freeze for LegacyMeta
impl RefUnwindSafe for LegacyMeta
impl Send for LegacyMeta
impl Sync for LegacyMeta
impl Unpin for LegacyMeta
impl UnsafeUnpin for LegacyMeta
impl UnwindSafe for LegacyMeta
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