#[repr(C)]pub struct dvb_ofdm_parameters {
pub bandwidth: fe_bandwidth_t,
pub code_rate_HP: fe_code_rate_t,
pub code_rate_LP: fe_code_rate_t,
pub constellation: fe_modulation_t,
pub transmission_mode: fe_transmit_mode_t,
pub guard_interval: fe_guard_interval_t,
pub hierarchy_information: fe_hierarchy_t,
}Fields§
§bandwidth: fe_bandwidth_t§code_rate_HP: fe_code_rate_t§code_rate_LP: fe_code_rate_t§constellation: fe_modulation_t§transmission_mode: fe_transmit_mode_t§guard_interval: fe_guard_interval_t§hierarchy_information: fe_hierarchy_tTrait Implementations§
Source§impl Clone for dvb_ofdm_parameters
impl Clone for dvb_ofdm_parameters
Source§fn clone(&self) -> dvb_ofdm_parameters
fn clone(&self) -> dvb_ofdm_parameters
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 moreSource§impl Debug for dvb_ofdm_parameters
impl Debug for dvb_ofdm_parameters
impl Copy for dvb_ofdm_parameters
Auto Trait Implementations§
impl Freeze for dvb_ofdm_parameters
impl RefUnwindSafe for dvb_ofdm_parameters
impl Send for dvb_ofdm_parameters
impl Sync for dvb_ofdm_parameters
impl Unpin for dvb_ofdm_parameters
impl UnwindSafe for dvb_ofdm_parameters
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