#[repr(C, packed(1))]pub struct v4l2_mpeg_vbi_ITV0 {
pub line: [v4l2_mpeg_vbi_itv0_line; 36],
}
Fields§
§line: [v4l2_mpeg_vbi_itv0_line; 36]
Trait Implementations§
Source§impl Clone for v4l2_mpeg_vbi_ITV0
impl Clone for v4l2_mpeg_vbi_ITV0
Source§fn clone(&self) -> v4l2_mpeg_vbi_ITV0
fn clone(&self) -> v4l2_mpeg_vbi_ITV0
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_mpeg_vbi_ITV0
impl Debug for v4l2_mpeg_vbi_ITV0
impl Copy for v4l2_mpeg_vbi_ITV0
Auto Trait Implementations§
impl Freeze for v4l2_mpeg_vbi_ITV0
impl RefUnwindSafe for v4l2_mpeg_vbi_ITV0
impl Send for v4l2_mpeg_vbi_ITV0
impl Sync for v4l2_mpeg_vbi_ITV0
impl Unpin for v4l2_mpeg_vbi_ITV0
impl UnwindSafe for v4l2_mpeg_vbi_ITV0
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