pub struct H264SeiItuT35 {
pub country_code: u8,
pub country_code_extension: u8,
pub payload: Vec<u8>,
}
Fields§
§country_code: u8
§country_code_extension: u8
§payload: Vec<u8>
Implementations§
Source§impl H264SeiItuT35
impl H264SeiItuT35
Auto Trait Implementations§
impl Freeze for H264SeiItuT35
impl RefUnwindSafe for H264SeiItuT35
impl Send for H264SeiItuT35
impl Sync for H264SeiItuT35
impl Unpin for H264SeiItuT35
impl UnwindSafe for H264SeiItuT35
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