Struct v4l2_sys_mit::v4l2_enc_idx
source · #[repr(C)]pub struct v4l2_enc_idx {
pub entries: __u32,
pub entries_cap: __u32,
pub reserved: [__u32; 4],
pub entry: [v4l2_enc_idx_entry; 64],
}
Fields§
§entries: __u32
§entries_cap: __u32
§reserved: [__u32; 4]
§entry: [v4l2_enc_idx_entry; 64]
Trait Implementations§
source§impl Clone for v4l2_enc_idx
impl Clone for v4l2_enc_idx
source§fn clone(&self) -> v4l2_enc_idx
fn clone(&self) -> v4l2_enc_idx
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_enc_idx
impl Debug for v4l2_enc_idx
impl Copy for v4l2_enc_idx
Auto Trait Implementations§
impl Freeze for v4l2_enc_idx
impl RefUnwindSafe for v4l2_enc_idx
impl Send for v4l2_enc_idx
impl Sync for v4l2_enc_idx
impl Unpin for v4l2_enc_idx
impl UnwindSafe for v4l2_enc_idx
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