#[repr(C)]pub struct dvb_sat_lnb {
pub name: *const c_char,
pub alias: *const c_char,
pub lowfreq: c_uint,
pub highfreq: c_uint,
pub rangeswitch: c_uint,
pub freqrange: [dvb_sat_lnb_dvbsat_freqrange; 2],
}Fields§
§name: *const c_char§alias: *const c_char§lowfreq: c_uint§highfreq: c_uint§rangeswitch: c_uint§freqrange: [dvb_sat_lnb_dvbsat_freqrange; 2]Trait Implementations§
Source§impl Clone for dvb_sat_lnb
impl Clone for dvb_sat_lnb
Source§fn clone(&self) -> dvb_sat_lnb
fn clone(&self) -> dvb_sat_lnb
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_sat_lnb
Auto Trait Implementations§
impl !Send for dvb_sat_lnb
impl !Sync for dvb_sat_lnb
impl Freeze for dvb_sat_lnb
impl RefUnwindSafe for dvb_sat_lnb
impl Unpin for dvb_sat_lnb
impl UnsafeUnpin for dvb_sat_lnb
impl UnwindSafe for dvb_sat_lnb
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