#[repr(C, packed(1))]pub struct atsc_table_mgt_table {
pub type_: u16,
pub __bindgen_anon_1: atsc_table_mgt_table__bindgen_ty_1,
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>,
pub size: u32,
pub __bindgen_anon_2: atsc_table_mgt_table__bindgen_ty_2,
pub descriptor: *mut dvb_desc,
pub next: *mut atsc_table_mgt_table,
}Fields§
§type_: u16§__bindgen_anon_1: atsc_table_mgt_table__bindgen_ty_1§_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>§size: u32§__bindgen_anon_2: atsc_table_mgt_table__bindgen_ty_2§descriptor: *mut dvb_desc§next: *mut atsc_table_mgt_tableImplementations§
Source§impl atsc_table_mgt_table
impl atsc_table_mgt_table
pub fn type_version(&self) -> u8
pub fn set_type_version(&mut self, val: u8)
pub fn one2(&self) -> u8
pub fn set_one2(&mut self, val: u8)
pub fn new_bitfield_1( type_version: u8, one2: u8, ) -> __BindgenBitfieldUnit<[u8; 1], u8>
Trait Implementations§
Source§impl Clone for atsc_table_mgt_table
impl Clone for atsc_table_mgt_table
Source§fn clone(&self) -> atsc_table_mgt_table
fn clone(&self) -> atsc_table_mgt_table
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 atsc_table_mgt_table
Auto Trait Implementations§
impl !Send for atsc_table_mgt_table
impl !Sync for atsc_table_mgt_table
impl Freeze for atsc_table_mgt_table
impl RefUnwindSafe for atsc_table_mgt_table
impl Unpin for atsc_table_mgt_table
impl UnsafeUnpin for atsc_table_mgt_table
impl UnwindSafe for atsc_table_mgt_table
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