#[repr(C)]pub struct vvdecFrame {
pub planes: [vvdecPlane; 3],
pub numPlanes: u32,
pub width: u32,
pub height: u32,
pub bitDepth: u32,
pub frameFormat: vvdecFrameFormat,
pub colorFormat: vvdecColorFormat,
pub sequenceNumber: u64,
pub cts: u64,
pub ctsValid: bool,
pub picAttributes: *mut vvdecPicAttributes,
}Fields§
§planes: [vvdecPlane; 3]§numPlanes: u32§width: u32§height: u32§bitDepth: u32§frameFormat: vvdecFrameFormat§colorFormat: vvdecColorFormat§sequenceNumber: u64§cts: u64§ctsValid: bool§picAttributes: *mut vvdecPicAttributesTrait Implementations§
Source§impl Clone for vvdecFrame
impl Clone for vvdecFrame
Source§fn clone(&self) -> vvdecFrame
fn clone(&self) -> vvdecFrame
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 moreSource§impl Debug for vvdecFrame
impl Debug for vvdecFrame
impl Copy for vvdecFrame
Auto Trait Implementations§
impl Freeze for vvdecFrame
impl RefUnwindSafe for vvdecFrame
impl !Send for vvdecFrame
impl !Sync for vvdecFrame
impl Unpin for vvdecFrame
impl UnwindSafe for vvdecFrame
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