#[repr(C, packed(1))]pub struct dvb_table_pmt {
pub header: dvb_table_header,
pub __bindgen_anon_1: dvb_table_pmt__bindgen_ty_1,
pub __bindgen_anon_2: dvb_table_pmt__bindgen_ty_2,
pub descriptor: *mut dvb_desc,
pub stream: *mut dvb_table_pmt_stream,
}Fields§
§header: dvb_table_header§__bindgen_anon_1: dvb_table_pmt__bindgen_ty_1§__bindgen_anon_2: dvb_table_pmt__bindgen_ty_2§descriptor: *mut dvb_desc§stream: *mut dvb_table_pmt_streamTrait Implementations§
Source§impl Clone for dvb_table_pmt
impl Clone for dvb_table_pmt
Source§fn clone(&self) -> dvb_table_pmt
fn clone(&self) -> dvb_table_pmt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for dvb_table_pmt
Auto Trait Implementations§
impl !Send for dvb_table_pmt
impl !Sync for dvb_table_pmt
impl Freeze for dvb_table_pmt
impl RefUnwindSafe for dvb_table_pmt
impl Unpin for dvb_table_pmt
impl UnsafeUnpin for dvb_table_pmt
impl UnwindSafe for dvb_table_pmt
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