#[repr(C)]pub struct x264_sei_t {
pub num_payloads: c_int,
pub payloads: *mut x264_sei_payload_t,
pub sei_free: Option<unsafe extern "C" fn(arg1: *mut c_void)>,
}Fields§
§num_payloads: c_int§payloads: *mut x264_sei_payload_t§sei_free: Option<unsafe extern "C" fn(arg1: *mut c_void)>Trait Implementations§
Source§impl Clone for x264_sei_t
impl Clone for x264_sei_t
Source§fn clone(&self) -> x264_sei_t
fn clone(&self) -> x264_sei_t
Returns a copy 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 x264_sei_t
impl Debug for x264_sei_t
impl Copy for x264_sei_t
Auto Trait Implementations§
impl Freeze for x264_sei_t
impl RefUnwindSafe for x264_sei_t
impl !Send for x264_sei_t
impl !Sync for x264_sei_t
impl Unpin for x264_sei_t
impl UnwindSafe for x264_sei_t
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