#[repr(C)]pub struct v4l2_framebuffer__bindgen_ty_1 {
pub width: __u32,
pub height: __u32,
pub pixelformat: __u32,
pub field: __u32,
pub bytesperline: __u32,
pub sizeimage: __u32,
pub colorspace: __u32,
pub priv_: __u32,
}
Fields§
§width: __u32
§height: __u32
§pixelformat: __u32
§field: __u32
§bytesperline: __u32
§sizeimage: __u32
§colorspace: __u32
§priv_: __u32
Trait Implementations§
source§impl Clone for v4l2_framebuffer__bindgen_ty_1
impl Clone for v4l2_framebuffer__bindgen_ty_1
source§fn clone(&self) -> v4l2_framebuffer__bindgen_ty_1
fn clone(&self) -> v4l2_framebuffer__bindgen_ty_1
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_framebuffer__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for v4l2_framebuffer__bindgen_ty_1
impl RefUnwindSafe for v4l2_framebuffer__bindgen_ty_1
impl Send for v4l2_framebuffer__bindgen_ty_1
impl Sync for v4l2_framebuffer__bindgen_ty_1
impl Unpin for v4l2_framebuffer__bindgen_ty_1
impl UnwindSafe for v4l2_framebuffer__bindgen_ty_1
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