#[repr(C, packed(1))]pub struct dvb_table_sdt_service {
pub service_id: u16,
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>,
pub __bindgen_anon_1: dvb_table_sdt_service__bindgen_ty_1,
pub descriptor: *mut dvb_desc,
pub next: *mut dvb_table_sdt_service,
}Fields§
§service_id: u16§_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>§__bindgen_anon_1: dvb_table_sdt_service__bindgen_ty_1§descriptor: *mut dvb_desc§next: *mut dvb_table_sdt_serviceImplementations§
Source§impl dvb_table_sdt_service
impl dvb_table_sdt_service
pub fn EIT_present_following(&self) -> u8
pub fn set_EIT_present_following(&mut self, val: u8)
pub fn EIT_schedule(&self) -> u8
pub fn set_EIT_schedule(&mut self, val: u8)
pub fn reserved(&self) -> u8
pub fn set_reserved(&mut self, val: u8)
pub fn new_bitfield_1( EIT_present_following: u8, EIT_schedule: u8, reserved: u8, ) -> __BindgenBitfieldUnit<[u8; 1], u8>
Trait Implementations§
Source§impl Clone for dvb_table_sdt_service
impl Clone for dvb_table_sdt_service
Source§fn clone(&self) -> dvb_table_sdt_service
fn clone(&self) -> dvb_table_sdt_service
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_sdt_service
Auto Trait Implementations§
impl Freeze for dvb_table_sdt_service
impl RefUnwindSafe for dvb_table_sdt_service
impl !Send for dvb_table_sdt_service
impl !Sync for dvb_table_sdt_service
impl Unpin for dvb_table_sdt_service
impl UnwindSafe for dvb_table_sdt_service
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