pub struct NetbootPacket<B: SplitByteSlice> { /* private fields */ }
Expand description
A netboot packet.
Implementations§
Trait Implementations§
Source§impl<B: Debug + SplitByteSlice> Debug for NetbootPacket<B>
impl<B: Debug + SplitByteSlice> Debug for NetbootPacket<B>
Source§impl<B: SplitByteSlice> ParsablePacket<B, ()> for NetbootPacket<B>
impl<B: SplitByteSlice> ParsablePacket<B, ()> for NetbootPacket<B>
Auto Trait Implementations§
impl<B> Freeze for NetbootPacket<B>where
B: Freeze,
impl<B> RefUnwindSafe for NetbootPacket<B>where
B: RefUnwindSafe,
impl<B> Send for NetbootPacket<B>where
B: Send,
impl<B> Sync for NetbootPacket<B>where
B: Sync,
impl<B> Unpin for NetbootPacket<B>where
B: Unpin,
impl<B> UnwindSafe for NetbootPacket<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