Struct v4l2_sys_mit::v4l2_standard
source · #[repr(C)]pub struct v4l2_standard {
pub index: __u32,
pub id: v4l2_std_id,
pub name: [__u8; 24],
pub frameperiod: v4l2_fract,
pub framelines: __u32,
pub reserved: [__u32; 4],
}
Fields§
§index: __u32
§id: v4l2_std_id
§name: [__u8; 24]
§frameperiod: v4l2_fract
§framelines: __u32
§reserved: [__u32; 4]
Trait Implementations§
source§impl Clone for v4l2_standard
impl Clone for v4l2_standard
source§fn clone(&self) -> v4l2_standard
fn clone(&self) -> v4l2_standard
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_standard
impl Debug for v4l2_standard
impl Copy for v4l2_standard
Auto Trait Implementations§
impl Freeze for v4l2_standard
impl RefUnwindSafe for v4l2_standard
impl Send for v4l2_standard
impl Sync for v4l2_standard
impl Unpin for v4l2_standard
impl UnwindSafe for v4l2_standard
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