pub enum DeliveryPath {
Unicast,
BlindUnicast,
Multicast,
}Expand description
How a MAC-validated packet arrived.
Variants§
Unicast
Individually addressed and pairwise authenticated.
BlindUnicast
Channel-addressed with a single logical destination.
Multicast
Channel-addressed group delivery.
Trait Implementations§
Source§impl Clone for DeliveryPath
impl Clone for DeliveryPath
Source§fn clone(&self) -> DeliveryPath
fn clone(&self) -> DeliveryPath
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeliveryPath
impl Debug for DeliveryPath
Source§impl PartialEq for DeliveryPath
impl PartialEq for DeliveryPath
impl Copy for DeliveryPath
impl Eq for DeliveryPath
impl StructuralPartialEq for DeliveryPath
Auto Trait Implementations§
impl Freeze for DeliveryPath
impl RefUnwindSafe for DeliveryPath
impl Send for DeliveryPath
impl Sync for DeliveryPath
impl Unpin for DeliveryPath
impl UnwindSafe for DeliveryPath
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)