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