#[repr(C, packed(1))]pub struct atsc_table_mgt {
pub header: dvb_table_header,
pub protocol_version: u8,
pub tables: u16,
pub table: *mut atsc_table_mgt_table,
pub descriptor: *mut dvb_desc,
}Fields§
§header: dvb_table_header§protocol_version: u8§tables: u16§table: *mut atsc_table_mgt_table§descriptor: *mut dvb_descTrait Implementations§
Source§impl Clone for atsc_table_mgt
impl Clone for atsc_table_mgt
Source§fn clone(&self) -> atsc_table_mgt
fn clone(&self) -> atsc_table_mgt
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
Auto Trait Implementations§
impl !Send for atsc_table_mgt
impl !Sync for atsc_table_mgt
impl Freeze for atsc_table_mgt
impl RefUnwindSafe for atsc_table_mgt
impl Unpin for atsc_table_mgt
impl UnsafeUnpin for atsc_table_mgt
impl UnwindSafe for atsc_table_mgt
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