pub struct PppPacketBuilder { /* private fields */ }
Expand description
Builder for a PPP packet.
Implementations§
Trait Implementations§
Source§impl PacketBuilder for PppPacketBuilder
impl PacketBuilder for PppPacketBuilder
Auto Trait Implementations§
impl Freeze for PppPacketBuilder
impl RefUnwindSafe for PppPacketBuilder
impl Send for PppPacketBuilder
impl Sync for PppPacketBuilder
impl Unpin for PppPacketBuilder
impl UnwindSafe for PppPacketBuilder
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