#[repr(C)]pub struct dvb_table_filter {
pub tid: c_uchar,
pub pid: u16,
pub ts_id: c_int,
pub table: *mut *mut c_void,
pub allow_section_gaps: c_int,
pub priv_: *mut c_void,
}Fields§
§tid: c_uchar§pid: u16§ts_id: c_int§table: *mut *mut c_void§allow_section_gaps: c_int§priv_: *mut c_voidTrait Implementations§
Source§impl Clone for dvb_table_filter
impl Clone for dvb_table_filter
Source§fn clone(&self) -> dvb_table_filter
fn clone(&self) -> dvb_table_filter
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for dvb_table_filter
impl Debug for dvb_table_filter
impl Copy for dvb_table_filter
Auto Trait Implementations§
impl Freeze for dvb_table_filter
impl RefUnwindSafe for dvb_table_filter
impl !Send for dvb_table_filter
impl !Sync for dvb_table_filter
impl Unpin for dvb_table_filter
impl UnwindSafe for dvb_table_filter
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