#[repr(C)]pub struct Dav1dDataProps {
pub timestamp: i64,
pub duration: i64,
pub offset: off_t,
pub size: usize,
pub user_data: Dav1dUserData,
}Fields§
§timestamp: i64§duration: i64§offset: off_t§size: usize§user_data: Dav1dUserDataTrait Implementations§
Source§impl Default for Dav1dDataProps
impl Default for Dav1dDataProps
Source§fn default() -> Dav1dDataProps
fn default() -> Dav1dDataProps
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Dav1dDataProps
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