pub enum TransmitterAntennaPatternType {
Isotropic_SphericalRadiationPattern_,
Beam,
SphericalHarmonic,
TransmitterRadiationVolume,
BeamAndTransmitterRadiationVolume,
Omnidirectional_ToroidalRadiationPattern_,
Unspecified(u16),
}Expand description
UID 167
Variants§
Isotropic_SphericalRadiationPattern_
Beam
SphericalHarmonic
TransmitterRadiationVolume
BeamAndTransmitterRadiationVolume
Omnidirectional_ToroidalRadiationPattern_
Unspecified(u16)
Trait Implementations§
Source§impl Clone for TransmitterAntennaPatternType
impl Clone for TransmitterAntennaPatternType
Source§fn clone(&self) -> TransmitterAntennaPatternType
fn clone(&self) -> TransmitterAntennaPatternType
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 From<TransmitterAntennaPatternType> for u16
impl From<TransmitterAntennaPatternType> for u16
Source§fn from(value: TransmitterAntennaPatternType) -> Self
fn from(value: TransmitterAntennaPatternType) -> Self
Converts to this type from the input type.
Source§impl From<u16> for TransmitterAntennaPatternType
impl From<u16> for TransmitterAntennaPatternType
Source§impl Hash for TransmitterAntennaPatternType
impl Hash for TransmitterAntennaPatternType
Source§impl PartialEq for TransmitterAntennaPatternType
impl PartialEq for TransmitterAntennaPatternType
Source§fn eq(&self, other: &TransmitterAntennaPatternType) -> bool
fn eq(&self, other: &TransmitterAntennaPatternType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TransmitterAntennaPatternType
impl Eq for TransmitterAntennaPatternType
impl StructuralPartialEq for TransmitterAntennaPatternType
Auto Trait Implementations§
impl Freeze for TransmitterAntennaPatternType
impl RefUnwindSafe for TransmitterAntennaPatternType
impl Send for TransmitterAntennaPatternType
impl Sync for TransmitterAntennaPatternType
impl Unpin for TransmitterAntennaPatternType
impl UnwindSafe for TransmitterAntennaPatternType
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