pub struct PreqView<B> {
    pub header: Ref<B, PreqHeader>,
    pub originator_external_addr: Option<Ref<B, MacAddr>>,
    pub middle: Ref<B, PreqMiddle>,
    pub targets: Ref<B, [PreqPerTarget]>,
}Fields§
§header: Ref<B, PreqHeader>§originator_external_addr: Option<Ref<B, MacAddr>>§middle: Ref<B, PreqMiddle>§targets: Ref<B, [PreqPerTarget]>Auto Trait Implementations§
impl<B> Freeze for PreqView<B>where
    B: Freeze,
impl<B> RefUnwindSafe for PreqView<B>where
    B: RefUnwindSafe,
impl<B> Send for PreqView<B>where
    B: Send,
impl<B> Sync for PreqView<B>where
    B: Sync,
impl<B> Unpin for PreqView<B>where
    B: Unpin,
impl<B> UnwindSafe for PreqView<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