pub enum Directivity {
Omni,
Degrees(u16),
}Expand description
Antenna directivity.
Variants§
Trait Implementations§
Source§impl Clone for Directivity
impl Clone for Directivity
Source§fn clone(&self) -> Directivity
fn clone(&self) -> Directivity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Directivity
impl Debug for Directivity
Source§impl PartialEq for Directivity
impl PartialEq for Directivity
Source§fn eq(&self, other: &Directivity) -> bool
fn eq(&self, other: &Directivity) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for Directivity
impl StructuralPartialEq for Directivity
Auto Trait Implementations§
impl Freeze for Directivity
impl RefUnwindSafe for Directivity
impl Send for Directivity
impl Sync for Directivity
impl Unpin for Directivity
impl UnsafeUnpin for Directivity
impl UnwindSafe for Directivity
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