#[repr(C)]pub struct vvdecSEI {
pub payloadType: vvdecSEIPayloadType,
pub size: c_uint,
pub payload: *mut c_void,
}Fields§
§payloadType: vvdecSEIPayloadType§size: c_uint§payload: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for vvdecSEI
impl RefUnwindSafe for vvdecSEI
impl !Send for vvdecSEI
impl !Sync for vvdecSEI
impl Unpin for vvdecSEI
impl UnwindSafe for vvdecSEI
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