#[repr(C)]pub struct h265_sei_time_code {
pub num_clock_ts: u8,
pub clock_ts: [h265_sei_time_code__bindgen_ty_1; 4],
}Expand description
D.2.27 Time code SEI message syntax
Fields§
§num_clock_ts: u8§clock_ts: [h265_sei_time_code__bindgen_ty_1; 4]Trait Implementations§
Source§impl Clone for h265_sei_time_code
impl Clone for h265_sei_time_code
Source§fn clone(&self) -> h265_sei_time_code
fn clone(&self) -> h265_sei_time_code
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 h265_sei_time_code
impl Debug for h265_sei_time_code
impl Copy for h265_sei_time_code
Auto Trait Implementations§
impl Freeze for h265_sei_time_code
impl RefUnwindSafe for h265_sei_time_code
impl Send for h265_sei_time_code
impl Sync for h265_sei_time_code
impl Unpin for h265_sei_time_code
impl UnwindSafe for h265_sei_time_code
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