pub struct PerrDestinationView<B> {
    pub header: Ref<B, PerrDestinationHeader>,
    pub ext_addr: Option<Ref<B, MacAddr>>,
    pub reason_code: UnalignedView<B, ReasonCode>,
}Fields§
§header: Ref<B, PerrDestinationHeader>§ext_addr: Option<Ref<B, MacAddr>>§reason_code: UnalignedView<B, ReasonCode>Auto Trait Implementations§
impl<B> Freeze for PerrDestinationView<B>where
    B: Freeze,
impl<B> RefUnwindSafe for PerrDestinationView<B>where
    B: RefUnwindSafe,
impl<B> Send for PerrDestinationView<B>where
    B: Send,
impl<B> Sync for PerrDestinationView<B>where
    B: Sync,
impl<B> Unpin for PerrDestinationView<B>where
    B: Unpin,
impl<B> UnwindSafe for PerrDestinationView<B>where
    B: UnwindSafe,
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