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