Struct v4l2_sys_mit::v4l2_timecode
source · #[repr(C)]pub struct v4l2_timecode {
pub type_: __u32,
pub flags: __u32,
pub frames: __u8,
pub seconds: __u8,
pub minutes: __u8,
pub hours: __u8,
pub userbits: [__u8; 4],
}
Fields§
§type_: __u32
§flags: __u32
§frames: __u8
§seconds: __u8
§minutes: __u8
§hours: __u8
§userbits: [__u8; 4]
Trait Implementations§
source§impl Clone for v4l2_timecode
impl Clone for v4l2_timecode
source§fn clone(&self) -> v4l2_timecode
fn clone(&self) -> v4l2_timecode
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_timecode
impl Debug for v4l2_timecode
impl Copy for v4l2_timecode
Auto Trait Implementations§
impl Freeze for v4l2_timecode
impl RefUnwindSafe for v4l2_timecode
impl Send for v4l2_timecode
impl Sync for v4l2_timecode
impl Unpin for v4l2_timecode
impl UnwindSafe for v4l2_timecode
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