#[repr(C, packed(1))]pub struct dvb_desc_ts_info {
pub type_: u8,
pub length: u8,
pub next: *mut dvb_desc,
pub ts_name: *mut c_char,
pub ts_name_emph: *mut c_char,
pub transmission_type: dvb_desc_ts_info_transmission_type,
pub service_id: *mut u16,
pub __bindgen_anon_1: dvb_desc_ts_info__bindgen_ty_1,
}Fields§
§type_: u8§length: u8§next: *mut dvb_desc§ts_name: *mut c_char§ts_name_emph: *mut c_char§transmission_type: dvb_desc_ts_info_transmission_type§service_id: *mut u16§__bindgen_anon_1: dvb_desc_ts_info__bindgen_ty_1Trait Implementations§
Source§impl Clone for dvb_desc_ts_info
impl Clone for dvb_desc_ts_info
Source§fn clone(&self) -> dvb_desc_ts_info
fn clone(&self) -> dvb_desc_ts_info
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_desc_ts_info
Auto Trait Implementations§
impl !Send for dvb_desc_ts_info
impl !Sync for dvb_desc_ts_info
impl Freeze for dvb_desc_ts_info
impl RefUnwindSafe for dvb_desc_ts_info
impl Unpin for dvb_desc_ts_info
impl UnsafeUnpin for dvb_desc_ts_info
impl UnwindSafe for dvb_desc_ts_info
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