pub struct LBandBeamInfo {
pub svid: u8,
pub beam_freq_hz: u32,
/* private fields */
}Expand description
One BeamInfo entry from LBandBeams.
Fields§
§svid: u8§beam_freq_hz: u32Implementations§
Source§impl LBandBeamInfo
impl LBandBeamInfo
pub fn sat_name_lossy(&self) -> String
pub fn sat_longitude_deg(&self) -> Option<f64>
Trait Implementations§
Source§impl Clone for LBandBeamInfo
impl Clone for LBandBeamInfo
Source§fn clone(&self) -> LBandBeamInfo
fn clone(&self) -> LBandBeamInfo
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 moreAuto Trait Implementations§
impl Freeze for LBandBeamInfo
impl RefUnwindSafe for LBandBeamInfo
impl Send for LBandBeamInfo
impl Sync for LBandBeamInfo
impl Unpin for LBandBeamInfo
impl UnsafeUnpin for LBandBeamInfo
impl UnwindSafe for LBandBeamInfo
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