Struct v4l::v4l2::videodev::v4l2_ext_controls
source · #[repr(C)]pub(crate) struct v4l2_ext_controls {
pub which: u32,
pub count: u32,
pub error_idx: u32,
pub request_fd: i32,
pub reserved: u32,
pub controls: *mut v4l2_ext_control,
}
Fields§
§which: u32
§count: u32
§error_idx: u32
§request_fd: i32
§reserved: u32
§controls: *mut v4l2_ext_control
Auto Trait Implementations§
impl Freeze for v4l2_ext_controls
impl RefUnwindSafe for v4l2_ext_controls
impl !Send for v4l2_ext_controls
impl !Sync for v4l2_ext_controls
impl Unpin for v4l2_ext_controls
impl UnwindSafe for v4l2_ext_controls
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