Struct h264_reader::nal::sei::pic_timing::Delays
source · pub struct Delays { /* private fields */ }Trait Implementations§
source§impl PartialEq for Delays
impl PartialEq for Delays
impl Eq for Delays
impl StructuralPartialEq for Delays
Auto Trait Implementations§
impl Freeze for Delays
impl RefUnwindSafe for Delays
impl Send for Delays
impl Sync for Delays
impl Unpin for Delays
impl UnwindSafe for Delays
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