#[repr(C)]pub struct h264_sei_user_data_unregistered {
pub uuid: [u8; 16],
pub buf: *const u8,
pub len: usize,
}Expand description
D.1.6 User data unregistered SEI message syntax
Fields§
§uuid: [u8; 16]§buf: *const u8§len: usizeTrait Implementations§
Source§impl Clone for h264_sei_user_data_unregistered
impl Clone for h264_sei_user_data_unregistered
Source§fn clone(&self) -> h264_sei_user_data_unregistered
fn clone(&self) -> h264_sei_user_data_unregistered
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 moreimpl Copy for h264_sei_user_data_unregistered
Auto Trait Implementations§
impl Freeze for h264_sei_user_data_unregistered
impl RefUnwindSafe for h264_sei_user_data_unregistered
impl !Send for h264_sei_user_data_unregistered
impl !Sync for h264_sei_user_data_unregistered
impl Unpin for h264_sei_user_data_unregistered
impl UnwindSafe for h264_sei_user_data_unregistered
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