#[repr(C, packed(1))]pub struct dvb_table_sdt {
pub header: dvb_table_header,
pub network_id: u16,
pub reserved: u8,
pub service: *mut dvb_table_sdt_service,
}Fields§
§header: dvb_table_header§network_id: u16§reserved: u8§service: *mut dvb_table_sdt_serviceTrait Implementations§
Source§impl Clone for dvb_table_sdt
impl Clone for dvb_table_sdt
Source§fn clone(&self) -> dvb_table_sdt
fn clone(&self) -> dvb_table_sdt
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 dvb_table_sdt
Auto Trait Implementations§
impl !Send for dvb_table_sdt
impl !Sync for dvb_table_sdt
impl Freeze for dvb_table_sdt
impl RefUnwindSafe for dvb_table_sdt
impl Unpin for dvb_table_sdt
impl UnsafeUnpin for dvb_table_sdt
impl UnwindSafe for dvb_table_sdt
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