#[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: Dav1dUserDataTrait Implementations§
Source§impl Clone for Dav1dDataProps
impl Clone for Dav1dDataProps
Source§fn clone(&self) -> Dav1dDataProps
fn clone(&self) -> Dav1dDataProps
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 Dav1dDataProps
Auto Trait Implementations§
impl !Send for Dav1dDataProps
impl !Sync for Dav1dDataProps
impl Freeze for Dav1dDataProps
impl RefUnwindSafe for Dav1dDataProps
impl Unpin for Dav1dDataProps
impl UnsafeUnpin 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