Struct v4l2_sys_mit::v4l2_exportbuffer
source · #[repr(C)]pub struct v4l2_exportbuffer {
pub type_: __u32,
pub index: __u32,
pub plane: __u32,
pub flags: __u32,
pub fd: __s32,
pub reserved: [__u32; 11],
}
Fields§
§type_: __u32
§index: __u32
§plane: __u32
§flags: __u32
§fd: __s32
§reserved: [__u32; 11]
Trait Implementations§
source§impl Clone for v4l2_exportbuffer
impl Clone for v4l2_exportbuffer
source§fn clone(&self) -> v4l2_exportbuffer
fn clone(&self) -> v4l2_exportbuffer
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_exportbuffer
impl Debug for v4l2_exportbuffer
impl Copy for v4l2_exportbuffer
Auto Trait Implementations§
impl Freeze for v4l2_exportbuffer
impl RefUnwindSafe for v4l2_exportbuffer
impl Send for v4l2_exportbuffer
impl Sync for v4l2_exportbuffer
impl Unpin for v4l2_exportbuffer
impl UnwindSafe for v4l2_exportbuffer
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