Struct dav1d_sys::Dav1dDataProps
source · #[repr(C)]pub struct Dav1dDataProps {
pub timestamp: i64,
pub duration: i64,
pub offset: i64,
pub size: usize,
pub user_data: Dav1dUserData,
}
Fields§
§timestamp: i64
§duration: i64
§offset: i64
§size: usize
§user_data: Dav1dUserData
Trait Implementations§
source§impl Clone for Dav1dDataProps
impl Clone for Dav1dDataProps
source§fn clone(&self) -> Dav1dDataProps
fn clone(&self) -> Dav1dDataProps
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 Dav1dDataProps
impl Debug for Dav1dDataProps
impl Copy for Dav1dDataProps
Auto Trait Implementations§
impl RefUnwindSafe for Dav1dDataProps
impl !Send for Dav1dDataProps
impl !Sync for Dav1dDataProps
impl Unpin for Dav1dDataProps
impl UnwindSafe for Dav1dDataProps
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