#[repr(C)]pub struct vvdecAccessUnit {
pub payload: *mut c_uchar,
pub payloadSize: c_int,
pub payloadUsedSize: c_int,
pub cts: u64,
pub dts: u64,
pub ctsValid: bool,
pub dtsValid: bool,
pub rap: bool,
}Fields§
§payload: *mut c_uchar§payloadSize: c_int§payloadUsedSize: c_int§cts: u64§dts: u64§ctsValid: bool§dtsValid: bool§rap: boolTrait Implementations§
Source§impl Clone for vvdecAccessUnit
impl Clone for vvdecAccessUnit
Source§fn clone(&self) -> vvdecAccessUnit
fn clone(&self) -> vvdecAccessUnit
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for vvdecAccessUnit
Auto Trait Implementations§
impl !Send for vvdecAccessUnit
impl !Sync for vvdecAccessUnit
impl Freeze for vvdecAccessUnit
impl RefUnwindSafe for vvdecAccessUnit
impl Unpin for vvdecAccessUnit
impl UnsafeUnpin for vvdecAccessUnit
impl UnwindSafe for vvdecAccessUnit
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