pub struct H265TSCI(pub u32);
Expand description
Temporal Scalability Control Information
H265TSCI is a Temporal Scalability Control Information header extension. Reference: https://datatracker.ietf.org/doc/html/rfc7798#section-4.5
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for H265TSCI
impl Eq for H265TSCI
impl StructuralPartialEq for H265TSCI
Auto Trait Implementations§
impl Freeze for H265TSCI
impl RefUnwindSafe for H265TSCI
impl Send for H265TSCI
impl Sync for H265TSCI
impl Unpin for H265TSCI
impl UnwindSafe for H265TSCI
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