#[repr(C, packed(1))]pub struct dvb_mpeg_ts__bindgen_ty_2 {
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>,
}Fields§
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>Implementations§
Source§impl dvb_mpeg_ts__bindgen_ty_2
impl dvb_mpeg_ts__bindgen_ty_2
pub fn continuity_counter(&self) -> u8
pub fn set_continuity_counter(&mut self, val: u8)
pub fn payload(&self) -> u8
pub fn set_payload(&mut self, val: u8)
pub fn adaptation_field(&self) -> u8
pub fn set_adaptation_field(&mut self, val: u8)
pub fn scrambling(&self) -> u8
pub fn set_scrambling(&mut self, val: u8)
pub fn new_bitfield_1( continuity_counter: u8, payload: u8, adaptation_field: u8, scrambling: u8, ) -> __BindgenBitfieldUnit<[u8; 1], u8>
Trait Implementations§
Source§impl Clone for dvb_mpeg_ts__bindgen_ty_2
impl Clone for dvb_mpeg_ts__bindgen_ty_2
Source§fn clone(&self) -> dvb_mpeg_ts__bindgen_ty_2
fn clone(&self) -> dvb_mpeg_ts__bindgen_ty_2
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_mpeg_ts__bindgen_ty_2
Auto Trait Implementations§
impl Freeze for dvb_mpeg_ts__bindgen_ty_2
impl RefUnwindSafe for dvb_mpeg_ts__bindgen_ty_2
impl Send for dvb_mpeg_ts__bindgen_ty_2
impl Sync for dvb_mpeg_ts__bindgen_ty_2
impl Unpin for dvb_mpeg_ts__bindgen_ty_2
impl UnsafeUnpin for dvb_mpeg_ts__bindgen_ty_2
impl UnwindSafe for dvb_mpeg_ts__bindgen_ty_2
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