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: u32Implementations
sourceimpl H265TSCI
impl H265TSCI
sourcepub fn irap_pic_id(&self) -> u8
pub fn irap_pic_id(&self) -> u8
irap_pic_id see RFC7798 for more details.
Trait Implementations
impl Copy for H265TSCI
impl Eq for H265TSCI
impl StructuralEq for H265TSCI
impl StructuralPartialEq for H265TSCI
Auto Trait Implementations
impl RefUnwindSafe for H265TSCI
impl Send for H265TSCI
impl Sync for H265TSCI
impl Unpin for H265TSCI
impl UnwindSafe for H265TSCI
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