Struct dav1d_sys::Dav1dSegmentationDataSet
source · #[repr(C)]pub struct Dav1dSegmentationDataSet {
pub d: [Dav1dSegmentationData; 8],
pub preskip: u8,
pub last_active_segid: i8,
}
Fields§
§d: [Dav1dSegmentationData; 8]
§preskip: u8
§last_active_segid: i8
Trait Implementations§
source§impl Clone for Dav1dSegmentationDataSet
impl Clone for Dav1dSegmentationDataSet
source§fn clone(&self) -> Dav1dSegmentationDataSet
fn clone(&self) -> Dav1dSegmentationDataSet
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 Dav1dSegmentationDataSet
impl Debug for Dav1dSegmentationDataSet
impl Copy for Dav1dSegmentationDataSet
Auto Trait Implementations§
impl RefUnwindSafe for Dav1dSegmentationDataSet
impl Send for Dav1dSegmentationDataSet
impl Sync for Dav1dSegmentationDataSet
impl Unpin for Dav1dSegmentationDataSet
impl UnwindSafe for Dav1dSegmentationDataSet
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