pub struct LBandBeamsBlock {
pub n: u8,
pub sb_length: u8,
pub beams: Vec<LBandBeamInfo>,
/* private fields */
}Expand description
L-band beam list (4204).
Fields§
§n: u8§sb_length: u8§beams: Vec<LBandBeamInfo>Implementations§
Trait Implementations§
Source§impl Clone for LBandBeamsBlock
impl Clone for LBandBeamsBlock
Source§fn clone(&self) -> LBandBeamsBlock
fn clone(&self) -> LBandBeamsBlock
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 LBandBeamsBlock
impl Debug for LBandBeamsBlock
Auto Trait Implementations§
impl Freeze for LBandBeamsBlock
impl RefUnwindSafe for LBandBeamsBlock
impl Send for LBandBeamsBlock
impl Sync for LBandBeamsBlock
impl Unpin for LBandBeamsBlock
impl UnsafeUnpin for LBandBeamsBlock
impl UnwindSafe for LBandBeamsBlock
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