[][src]Struct dvbv5_sys::dvb_desc_terrestrial_delivery

#[repr(C, packed)]pub struct dvb_desc_terrestrial_delivery {
    pub type_: u8,
    pub length: u8,
    pub next: *mut dvb_desc,
    pub centre_frequency: u32,
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 3], u8>,
    pub reserved_future_use2: u32,
}

Fields

type_: u8length: u8next: *mut dvb_desccentre_frequency: u32_bitfield_1: __BindgenBitfieldUnit<[u8; 3], u8>reserved_future_use2: u32

Implementations

impl dvb_desc_terrestrial_delivery[src]

pub fn reserved_future_use1(&self) -> u8[src]

pub fn set_reserved_future_use1(&mut self, val: u8)[src]

pub fn mpe_fec_indicator(&self) -> u8[src]

pub fn set_mpe_fec_indicator(&mut self, val: u8)[src]

pub fn time_slice_indicator(&self) -> u8[src]

pub fn set_time_slice_indicator(&mut self, val: u8)[src]

pub fn priority(&self) -> u8[src]

pub fn set_priority(&mut self, val: u8)[src]

pub fn bandwidth(&self) -> u8[src]

pub fn set_bandwidth(&mut self, val: u8)[src]

pub fn code_rate_hp_stream(&self) -> u8[src]

pub fn set_code_rate_hp_stream(&mut self, val: u8)[src]

pub fn hierarchy_information(&self) -> u8[src]

pub fn set_hierarchy_information(&mut self, val: u8)[src]

pub fn constellation(&self) -> u8[src]

pub fn set_constellation(&mut self, val: u8)[src]

pub fn other_frequency_flag(&self) -> u8[src]

pub fn set_other_frequency_flag(&mut self, val: u8)[src]

pub fn transmission_mode(&self) -> u8[src]

pub fn set_transmission_mode(&mut self, val: u8)[src]

pub fn guard_interval(&self) -> u8[src]

pub fn set_guard_interval(&mut self, val: u8)[src]

pub fn code_rate_lp_stream(&self) -> u8[src]

pub fn set_code_rate_lp_stream(&mut self, val: u8)[src]

pub fn new_bitfield_1(
    reserved_future_use1: u8,
    mpe_fec_indicator: u8,
    time_slice_indicator: u8,
    priority: u8,
    bandwidth: u8,
    code_rate_hp_stream: u8,
    hierarchy_information: u8,
    constellation: u8,
    other_frequency_flag: u8,
    transmission_mode: u8,
    guard_interval: u8,
    code_rate_lp_stream: u8
) -> __BindgenBitfieldUnit<[u8; 3], u8>
[src]

Trait Implementations

impl Clone for dvb_desc_terrestrial_delivery[src]

impl Copy for dvb_desc_terrestrial_delivery[src]

impl Debug for dvb_desc_terrestrial_delivery[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.