Enum AntennaSelection
pub enum AntennaSelection {
Internal,
External,
}Expand description
Antenna selection.
Variants§
Trait Implementations§
§impl Clone for AntennaSelection
impl Clone for AntennaSelection
§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 more§impl Debug for AntennaSelection
impl Debug for AntennaSelection
§impl<'de> Deserialize<'de> for AntennaSelection
impl<'de> Deserialize<'de> for AntennaSelection
§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl PartialEq for AntennaSelection
impl PartialEq for AntennaSelection
§impl Serialize for AntennaSelection
impl Serialize 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