#[repr(C, packed(1))]pub struct dvb_table_nit {
pub header: dvb_table_header,
pub __bindgen_anon_1: dvb_table_nit__bindgen_ty_1,
pub descriptor: *mut dvb_desc,
pub transport: *mut dvb_table_nit_transport,
}Fields§
§header: dvb_table_header§__bindgen_anon_1: dvb_table_nit__bindgen_ty_1§descriptor: *mut dvb_desc§transport: *mut dvb_table_nit_transportTrait Implementations§
Source§impl Clone for dvb_table_nit
impl Clone for dvb_table_nit
Source§fn clone(&self) -> dvb_table_nit
fn clone(&self) -> dvb_table_nit
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 moreimpl Copy for dvb_table_nit
Auto Trait Implementations§
impl Freeze for dvb_table_nit
impl RefUnwindSafe for dvb_table_nit
impl !Send for dvb_table_nit
impl !Sync for dvb_table_nit
impl Unpin for dvb_table_nit
impl UnwindSafe for dvb_table_nit
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