Struct v4l2_sys_mit::v4l2_plane
source · #[repr(C)]pub struct v4l2_plane {
pub bytesused: __u32,
pub length: __u32,
pub m: v4l2_plane__bindgen_ty_1,
pub data_offset: __u32,
pub reserved: [__u32; 11],
}
Fields§
§bytesused: __u32
§length: __u32
§m: v4l2_plane__bindgen_ty_1
§data_offset: __u32
§reserved: [__u32; 11]
Trait Implementations§
source§impl Clone for v4l2_plane
impl Clone for v4l2_plane
source§fn clone(&self) -> v4l2_plane
fn clone(&self) -> v4l2_plane
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_plane
Auto Trait Implementations§
impl Freeze for v4l2_plane
impl RefUnwindSafe for v4l2_plane
impl Send for v4l2_plane
impl Sync for v4l2_plane
impl Unpin for v4l2_plane
impl UnwindSafe for v4l2_plane
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