#[repr(C)]pub struct v4l2_vp8_segment {
pub quant_update: [__s8; 4],
pub lf_update: [__s8; 4],
pub segment_probs: [__u8; 3],
pub padding: __u8,
pub flags: __u32,
}
Fields§
§quant_update: [__s8; 4]
§lf_update: [__s8; 4]
§segment_probs: [__u8; 3]
§padding: __u8
§flags: __u32
Trait Implementations§
Source§impl Clone for v4l2_vp8_segment
impl Clone for v4l2_vp8_segment
Source§fn clone(&self) -> v4l2_vp8_segment
fn clone(&self) -> v4l2_vp8_segment
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_segment
impl Debug for v4l2_vp8_segment
impl Copy for v4l2_vp8_segment
Auto Trait Implementations§
impl Freeze for v4l2_vp8_segment
impl RefUnwindSafe for v4l2_vp8_segment
impl Send for v4l2_vp8_segment
impl Sync for v4l2_vp8_segment
impl Unpin for v4l2_vp8_segment
impl UnwindSafe for v4l2_vp8_segment
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