#[repr(C, packed(1))]pub struct dvb_table_pmt_stream {
pub type_: u8,
pub __bindgen_anon_1: dvb_table_pmt_stream__bindgen_ty_1,
pub __bindgen_anon_2: dvb_table_pmt_stream__bindgen_ty_2,
pub descriptor: *mut dvb_desc,
pub next: *mut dvb_table_pmt_stream,
}Fields§
§type_: u8§__bindgen_anon_1: dvb_table_pmt_stream__bindgen_ty_1§__bindgen_anon_2: dvb_table_pmt_stream__bindgen_ty_2§descriptor: *mut dvb_desc§next: *mut dvb_table_pmt_streamTrait Implementations§
Source§impl Clone for dvb_table_pmt_stream
impl Clone for dvb_table_pmt_stream
Source§fn clone(&self) -> dvb_table_pmt_stream
fn clone(&self) -> dvb_table_pmt_stream
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_stream
Auto Trait Implementations§
impl !Send for dvb_table_pmt_stream
impl !Sync for dvb_table_pmt_stream
impl Freeze for dvb_table_pmt_stream
impl RefUnwindSafe for dvb_table_pmt_stream
impl Unpin for dvb_table_pmt_stream
impl UnsafeUnpin for dvb_table_pmt_stream
impl UnwindSafe for dvb_table_pmt_stream
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