pub struct PrepView<B> {
    pub header: Ref<B, PrepHeader>,
    pub target_external_addr: Option<Ref<B, MacAddr>>,
    pub tail: Ref<B, PrepTail>,
}Fields§
§header: Ref<B, PrepHeader>§target_external_addr: Option<Ref<B, MacAddr>>§tail: Ref<B, PrepTail>Auto Trait Implementations§
impl<B> Freeze for PrepView<B>where
    B: Freeze,
impl<B> RefUnwindSafe for PrepView<B>where
    B: RefUnwindSafe,
impl<B> Send for PrepView<B>where
    B: Send,
impl<B> Sync for PrepView<B>where
    B: Sync,
impl<B> Unpin for PrepView<B>where
    B: Unpin,
impl<B> UnwindSafe for PrepView<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