#[repr(C)]pub struct v4l2_encoder_cmd {
pub cmd: __u32,
pub flags: __u32,
pub __bindgen_anon_1: v4l2_encoder_cmd__bindgen_ty_1,
}
Fields§
§cmd: __u32
§flags: __u32
§__bindgen_anon_1: v4l2_encoder_cmd__bindgen_ty_1
Trait Implementations§
Source§impl Clone for v4l2_encoder_cmd
impl Clone for v4l2_encoder_cmd
Source§fn clone(&self) -> v4l2_encoder_cmd
fn clone(&self) -> v4l2_encoder_cmd
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 moreimpl Copy for v4l2_encoder_cmd
Auto Trait Implementations§
impl Freeze for v4l2_encoder_cmd
impl RefUnwindSafe for v4l2_encoder_cmd
impl Send for v4l2_encoder_cmd
impl Sync for v4l2_encoder_cmd
impl Unpin for v4l2_encoder_cmd
impl UnwindSafe for v4l2_encoder_cmd
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