#[repr(C)]pub struct dvb_entry {Show 19 fields
pub props: [dtv_property; 70],
pub n_props: c_uint,
pub next: *mut dvb_entry,
pub service_id: u16,
pub video_pid: *mut u16,
pub audio_pid: *mut u16,
pub other_el_pid: *mut dvb_elementary_pid,
pub video_pid_len: c_uint,
pub audio_pid_len: c_uint,
pub other_el_pid_len: c_uint,
pub channel: *mut c_char,
pub vchannel: *mut c_char,
pub location: *mut c_char,
pub sat_number: c_int,
pub freq_bpf: c_uint,
pub diseqc_wait: c_uint,
pub lnb: *mut c_char,
pub network_id: u16,
pub transport_id: u16,
}Fields§
§props: [dtv_property; 70]§n_props: c_uint§next: *mut dvb_entry§service_id: u16§video_pid: *mut u16§audio_pid: *mut u16§other_el_pid: *mut dvb_elementary_pid§video_pid_len: c_uint§audio_pid_len: c_uint§other_el_pid_len: c_uint§channel: *mut c_char§vchannel: *mut c_char§location: *mut c_char§sat_number: c_int§freq_bpf: c_uint§diseqc_wait: c_uint§lnb: *mut c_char§network_id: u16§transport_id: u16Trait Implementations§
impl Copy for dvb_entry
Auto Trait Implementations§
impl !Send for dvb_entry
impl !Sync for dvb_entry
impl Freeze for dvb_entry
impl RefUnwindSafe for dvb_entry
impl Unpin for dvb_entry
impl UnsafeUnpin for dvb_entry
impl UnwindSafe for dvb_entry
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