pub enum AntennaSelection {
NoStatement,
Top,
Bottom,
Diversity,
Unspecified(u8),
}Expand description
UID 351
Variants§
Trait Implementations§
Source§impl Clone for AntennaSelection
impl Clone for AntennaSelection
Source§fn clone(&self) -> AntennaSelection
fn clone(&self) -> AntennaSelection
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 AntennaSelection
impl Debug for AntennaSelection
Source§impl Default for AntennaSelection
impl Default for AntennaSelection
Source§impl Display for AntennaSelection
impl Display for AntennaSelection
Source§impl From<AntennaSelection> for u8
impl From<AntennaSelection> for u8
Source§fn from(value: AntennaSelection) -> Self
fn from(value: AntennaSelection) -> Self
Converts to this type from the input type.
Source§impl From<u8> for AntennaSelection
impl From<u8> for AntennaSelection
Source§impl Hash for AntennaSelection
impl Hash for AntennaSelection
Source§impl PartialEq for AntennaSelection
impl PartialEq for AntennaSelection
impl Copy for AntennaSelection
impl Eq for AntennaSelection
impl StructuralPartialEq for AntennaSelection
Auto Trait Implementations§
impl Freeze for AntennaSelection
impl RefUnwindSafe for AntennaSelection
impl Send for AntennaSelection
impl Sync for AntennaSelection
impl Unpin for AntennaSelection
impl UnwindSafe for AntennaSelection
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