#[repr(C)]pub struct v4l2_area {
pub width: __u32,
pub height: __u32,
}
Fields§
§width: __u32
§height: __u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for v4l2_area
impl RefUnwindSafe for v4l2_area
impl Send for v4l2_area
impl Sync for v4l2_area
impl Unpin for v4l2_area
impl UnwindSafe for v4l2_area
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