pub enum WfbDirection {
Rx,
Tx,
}Variants§
Rx
Receive-only (downlink from air unit to ground station).
Tx
Transmit-only (uplink from ground station to air unit).
Trait Implementations§
Source§impl Clone for WfbDirection
impl Clone for WfbDirection
Source§fn clone(&self) -> WfbDirection
fn clone(&self) -> WfbDirection
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 WfbDirection
impl Debug for WfbDirection
Source§impl PartialEq for WfbDirection
impl PartialEq for WfbDirection
impl Copy for WfbDirection
impl Eq for WfbDirection
impl StructuralPartialEq for WfbDirection
Auto Trait Implementations§
impl Freeze for WfbDirection
impl RefUnwindSafe for WfbDirection
impl Send for WfbDirection
impl Sync for WfbDirection
impl Unpin for WfbDirection
impl UnwindSafe for WfbDirection
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more