#[repr(C)]pub struct v4l2_vp8_entropy {
pub coeff_probs: [[[[__u8; 11]; 3]; 8]; 4],
pub y_mode_probs: [__u8; 4],
pub uv_mode_probs: [__u8; 3],
pub mv_probs: [[__u8; 19]; 2],
pub padding: [__u8; 3],
}
Fields§
§coeff_probs: [[[[__u8; 11]; 3]; 8]; 4]
§y_mode_probs: [__u8; 4]
§uv_mode_probs: [__u8; 3]
§mv_probs: [[__u8; 19]; 2]
§padding: [__u8; 3]
Trait Implementations§
Source§impl Clone for v4l2_vp8_entropy
impl Clone for v4l2_vp8_entropy
Source§fn clone(&self) -> v4l2_vp8_entropy
fn clone(&self) -> v4l2_vp8_entropy
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_vp8_entropy
impl Debug for v4l2_vp8_entropy
impl Copy for v4l2_vp8_entropy
Auto Trait Implementations§
impl Freeze for v4l2_vp8_entropy
impl RefUnwindSafe for v4l2_vp8_entropy
impl Send for v4l2_vp8_entropy
impl Sync for v4l2_vp8_entropy
impl Unpin for v4l2_vp8_entropy
impl UnwindSafe for v4l2_vp8_entropy
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