Struct v4l2_sys_mit::v4l2_framebuffer
source · #[repr(C)]pub struct v4l2_framebuffer {
pub capability: __u32,
pub flags: __u32,
pub base: *mut c_void,
pub fmt: v4l2_framebuffer__bindgen_ty_1,
}
Fields§
§capability: __u32
§flags: __u32
§base: *mut c_void
§fmt: v4l2_framebuffer__bindgen_ty_1
Trait Implementations§
source§impl Clone for v4l2_framebuffer
impl Clone for v4l2_framebuffer
source§fn clone(&self) -> v4l2_framebuffer
fn clone(&self) -> v4l2_framebuffer
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_framebuffer
impl Debug for v4l2_framebuffer
impl Copy for v4l2_framebuffer
Auto Trait Implementations§
impl Freeze for v4l2_framebuffer
impl RefUnwindSafe for v4l2_framebuffer
impl !Send for v4l2_framebuffer
impl !Sync for v4l2_framebuffer
impl Unpin for v4l2_framebuffer
impl UnwindSafe for v4l2_framebuffer
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