#[repr(C)]pub struct StdVideoVP9Segmentation {
pub flags: StdVideoVP9SegmentationFlags,
pub segmentation_tree_probs: [u8; 7],
pub segmentation_pred_prob: [u8; 3],
pub FeatureEnabled: [u8; 8],
pub FeatureData: [[i16; 4]; 8],
}Fields§
§flags: StdVideoVP9SegmentationFlags§segmentation_tree_probs: [u8; 7]§segmentation_pred_prob: [u8; 3]§FeatureEnabled: [u8; 8]§FeatureData: [[i16; 4]; 8]Trait Implementations§
Source§impl Clone for StdVideoVP9Segmentation
impl Clone for StdVideoVP9Segmentation
Source§fn clone(&self) -> StdVideoVP9Segmentation
fn clone(&self) -> StdVideoVP9Segmentation
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 StdVideoVP9Segmentation
impl Debug for StdVideoVP9Segmentation
impl Copy for StdVideoVP9Segmentation
Auto Trait Implementations§
impl Freeze for StdVideoVP9Segmentation
impl RefUnwindSafe for StdVideoVP9Segmentation
impl Send for StdVideoVP9Segmentation
impl Sync for StdVideoVP9Segmentation
impl Unpin for StdVideoVP9Segmentation
impl UnwindSafe for StdVideoVP9Segmentation
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