#[repr(C, packed(1))]pub struct dvb_mpeg_ts {
pub sync_byte: u8,
pub __bindgen_anon_1: dvb_mpeg_ts__bindgen_ty_1,
pub __bindgen_anon_2: dvb_mpeg_ts__bindgen_ty_2,
pub adaption: __IncompleteArrayField<dvb_mpeg_ts_adaption>,
}Fields§
§sync_byte: u8§__bindgen_anon_1: dvb_mpeg_ts__bindgen_ty_1§__bindgen_anon_2: dvb_mpeg_ts__bindgen_ty_2§adaption: __IncompleteArrayField<dvb_mpeg_ts_adaption>Auto Trait Implementations§
impl Freeze for dvb_mpeg_ts
impl RefUnwindSafe for dvb_mpeg_ts
impl Send for dvb_mpeg_ts
impl Sync for dvb_mpeg_ts
impl Unpin for dvb_mpeg_ts
impl UnsafeUnpin for dvb_mpeg_ts
impl UnwindSafe for dvb_mpeg_ts
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