#[repr(C)]pub struct dvb_frontend_parameters {
pub frequency: __u32,
pub inversion: fe_spectral_inversion_t,
pub u: dvb_frontend_parameters__bindgen_ty_1,
}Fields§
§frequency: __u32§inversion: fe_spectral_inversion_t§u: dvb_frontend_parameters__bindgen_ty_1Trait Implementations§
Source§impl Clone for dvb_frontend_parameters
impl Clone for dvb_frontend_parameters
Source§fn clone(&self) -> dvb_frontend_parameters
fn clone(&self) -> dvb_frontend_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 moreimpl Copy for dvb_frontend_parameters
Auto Trait Implementations§
impl Freeze for dvb_frontend_parameters
impl RefUnwindSafe for dvb_frontend_parameters
impl Send for dvb_frontend_parameters
impl Sync for dvb_frontend_parameters
impl Unpin for dvb_frontend_parameters
impl UnwindSafe for dvb_frontend_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