#[repr(C, packed(1))]pub struct MpegVbiFmtIvtv { /* private fields */ }
Implementations§
Source§impl MpegVbiFmtIvtv
impl MpegVbiFmtIvtv
pub const IVTV_MAGIC0: [u8; 4]
pub const IVTV_MAGIC1: [u8; 4]
pub fn itv0(&self) -> Option<&MpegVbiItv0>
pub fn itv0_mut(&mut self) -> Option<&mut MpegVbiItv0>
pub fn ITV0(&self) -> Option<&MpegVbiITV0>
pub fn ITV0_mut(&mut self) -> Option<&mut MpegVbiITV0>
Trait Implementations§
Source§impl Clone for MpegVbiFmtIvtv
impl Clone for MpegVbiFmtIvtv
Source§fn clone(&self) -> MpegVbiFmtIvtv
fn clone(&self) -> MpegVbiFmtIvtv
Returns a duplicate 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 moreimpl Copy for MpegVbiFmtIvtv
Auto Trait Implementations§
impl Freeze for MpegVbiFmtIvtv
impl RefUnwindSafe for MpegVbiFmtIvtv
impl Send for MpegVbiFmtIvtv
impl Sync for MpegVbiFmtIvtv
impl Unpin for MpegVbiFmtIvtv
impl UnwindSafe for MpegVbiFmtIvtv
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