#[repr(C)]pub struct v4l2_vp9_segmentation {
pub feature_data: [[__s16; 4]; 8],
pub feature_enabled: [__u8; 8],
pub tree_probs: [__u8; 7],
pub pred_probs: [__u8; 3],
pub flags: __u8,
pub reserved: [__u8; 5],
}
Fields§
§feature_data: [[__s16; 4]; 8]
§feature_enabled: [__u8; 8]
§tree_probs: [__u8; 7]
§pred_probs: [__u8; 3]
§flags: __u8
§reserved: [__u8; 5]
Trait Implementations§
Source§impl Clone for v4l2_vp9_segmentation
impl Clone for v4l2_vp9_segmentation
Source§fn clone(&self) -> v4l2_vp9_segmentation
fn clone(&self) -> v4l2_vp9_segmentation
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 v4l2_vp9_segmentation
impl Debug for v4l2_vp9_segmentation
impl Copy for v4l2_vp9_segmentation
Auto Trait Implementations§
impl Freeze for v4l2_vp9_segmentation
impl RefUnwindSafe for v4l2_vp9_segmentation
impl Send for v4l2_vp9_segmentation
impl Sync for v4l2_vp9_segmentation
impl Unpin for v4l2_vp9_segmentation
impl UnwindSafe for v4l2_vp9_segmentation
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