#[repr(C, packed(1))]pub struct dvb_table_header__bindgen_ty_1__bindgen_ty_1 {
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 2], u8>,
}Fields§
§_bitfield_1: __BindgenBitfieldUnit<[u8; 2], u8>Implementations§
Source§impl dvb_table_header__bindgen_ty_1__bindgen_ty_1
impl dvb_table_header__bindgen_ty_1__bindgen_ty_1
pub fn section_length(&self) -> u16
pub fn set_section_length(&mut self, val: u16)
pub fn one(&self) -> u8
pub fn set_one(&mut self, val: u8)
pub fn zero(&self) -> u8
pub fn set_zero(&mut self, val: u8)
pub fn syntax(&self) -> u8
pub fn set_syntax(&mut self, val: u8)
pub fn new_bitfield_1( section_length: u16, one: u8, zero: u8, syntax: u8, ) -> __BindgenBitfieldUnit<[u8; 2], u8>
Trait Implementations§
Source§impl Clone for dvb_table_header__bindgen_ty_1__bindgen_ty_1
impl Clone for dvb_table_header__bindgen_ty_1__bindgen_ty_1
Source§fn clone(&self) -> dvb_table_header__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> dvb_table_header__bindgen_ty_1__bindgen_ty_1
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_header__bindgen_ty_1__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for dvb_table_header__bindgen_ty_1__bindgen_ty_1
impl RefUnwindSafe for dvb_table_header__bindgen_ty_1__bindgen_ty_1
impl Send for dvb_table_header__bindgen_ty_1__bindgen_ty_1
impl Sync for dvb_table_header__bindgen_ty_1__bindgen_ty_1
impl Unpin for dvb_table_header__bindgen_ty_1__bindgen_ty_1
impl UnsafeUnpin for dvb_table_header__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for dvb_table_header__bindgen_ty_1__bindgen_ty_1
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